Package | Description |
---|---|
org.spongycastle.asn1.x509 |
Support classes useful for encoding and processing X.509 certificates.
|
Modifier and Type | Method and Description |
---|---|
Extension |
Extensions.getExtension(ASN1ObjectIdentifier oid)
return the extension represented by the object identifier
passed in.
|
Modifier and Type | Method and Description |
---|---|
private static ASN1Primitive |
Extension.convertValueToObject(Extension ext)
Convert the value of the passed in extension to an object
|
Constructor and Description |
---|
Extensions(Extension[] extensions)
Base Constructor
|