Package | Description |
---|---|
org.spongycastle.asn1.x509 |
Support classes useful for encoding and processing X.509 certificates.
|
Modifier and Type | Method and Description |
---|---|
X509Extension |
X509Extensions.getExtension(ASN1ObjectIdentifier oid)
Deprecated.
|
X509Extension |
X509Extensions.getExtension(DERObjectIdentifier oid)
Deprecated.
return the extension represented by the object identifier
passed in.
|
Modifier and Type | Method and Description |
---|---|
static ASN1Primitive |
X509Extension.convertValueToObject(X509Extension ext)
Convert the value of the passed in extension to an object
|