Uses of Class
org.bouncycastle.asn1.x509.X509Extension
| Package | Description |
|---|---|
| org.bouncycastle.asn1.x509 | |
| org.bouncycastle.x509.extension |
-
Uses of X509Extension in org.bouncycastle.asn1.x509
Methods in org.bouncycastle.asn1.x509 that return X509Extension Modifier and Type Method Description X509ExtensionX509Extensions. getExtension(ASN1ObjectIdentifier oid)Deprecated.X509ExtensionX509Extensions. getExtension(DERObjectIdentifier oid)Deprecated.return the extension represented by the object identifier passed in.Methods in org.bouncycastle.asn1.x509 with parameters of type X509Extension Modifier and Type Method Description static ASN1PrimitiveX509Extension. convertValueToObject(X509Extension ext)Convert the value of the passed in extension to an object -
Uses of X509Extension in org.bouncycastle.x509.extension
Constructors in org.bouncycastle.x509.extension with parameters of type X509Extension Constructor Description AuthorityKeyIdentifierStructure(X509Extension extension)Deprecated.use constructor that takes Extension