Package | Description |
---|---|
org.spongycastle.asn1 |
A library for parsing and writing ASN.1 objects.
|
org.spongycastle.asn1.x509 |
Support classes useful for encoding and processing X.509 certificates.
|
org.spongycastle.crypto.agreement.kdf | |
org.spongycastle.jcajce.provider.asymmetric.ec | |
org.spongycastle.jcajce.provider.asymmetric.util | |
org.spongycastle.jce.interfaces |
Interfaces for supporting Elliptic Curve Keys, El Gamal, and PKCS12 attributes.
|
Modifier and Type | Class and Description |
---|---|
class |
ASN1ObjectIdentifier |
Modifier and Type | Class and Description |
---|---|
class |
CertPolicyId
CertPolicyId, used in the CertificatePolicies and PolicyMappings
X509V3 Extensions.
|
class |
KeyPurposeId
The KeyPurposeId object.
|
class |
PolicyQualifierId
PolicyQualifierId, used in the CertificatePolicies
X509V3 extension.
|
Modifier and Type | Method and Description |
---|---|
void |
X509ExtensionsGenerator.addExtension(DERObjectIdentifier oid,
boolean critical,
ASN1Encodable value)
Deprecated.
use ASN1ObjectIdentifier
|
void |
X509ExtensionsGenerator.addExtension(DERObjectIdentifier oid,
boolean critical,
byte[] value)
Deprecated.
use ASN1ObjectIdentifier
|
X509Extension |
X509Extensions.getExtension(DERObjectIdentifier oid)
Deprecated.
return the extension represented by the object identifier
passed in.
|
Constructor and Description |
---|
AlgorithmIdentifier(DERObjectIdentifier objectId)
Deprecated.
use ASN1ObjectIdentifier
|
AlgorithmIdentifier(DERObjectIdentifier objectId,
ASN1Encodable parameters)
Deprecated.
use ASN1ObjectIdentifier
|
Modifier and Type | Field and Description |
---|---|
private DERObjectIdentifier |
DHKEKGenerator.algorithm |
Constructor and Description |
---|
DHKDFParameters(DERObjectIdentifier algorithm,
int keySize,
byte[] z) |
DHKDFParameters(DERObjectIdentifier algorithm,
int keySize,
byte[] z,
byte[] extraInfo) |
Modifier and Type | Method and Description |
---|---|
ASN1Encodable |
BCECPrivateKey.getBagAttribute(DERObjectIdentifier oid) |
Modifier and Type | Method and Description |
---|---|
ASN1Encodable |
PKCS12BagAttributeCarrierImpl.getBagAttribute(DERObjectIdentifier oid) |
Modifier and Type | Method and Description |
---|---|
ASN1Encodable |
PKCS12BagAttributeCarrier.getBagAttribute(DERObjectIdentifier oid) |