Uses of Class
org.bouncycastle.asn1.x509.X509Extension
-
Packages that use X509Extension Package Description org.bouncycastle.asn1.x509 org.bouncycastle.x509.extension Helper classes for dealing with common X.509 extensions. -
-
Uses of X509Extension in org.bouncycastle.asn1.x509
Methods in org.bouncycastle.asn1.x509 that return X509Extension Modifier and Type Method Description X509Extension
X509Extensions. getExtension(ASN1ObjectIdentifier 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 ASN1Primitive
X509Extension. convertValueToObject(X509Extension ext)
Deprecated.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
-