Uses of Class
org.gudy.bouncycastle.asn1.x509.X509Extension
-
Packages that use X509Extension Package Description org.gudy.bouncycastle.asn1.x509 Support classes useful for encoding and processing X.509 certificates. -
-
Uses of X509Extension in org.gudy.bouncycastle.asn1.x509
Methods in org.gudy.bouncycastle.asn1.x509 that return X509Extension Modifier and Type Method Description X509Extension
X509Extensions. getExtension(DERObjectIdentifier oid)
return the extension represented by the object identifier passed in.Methods in org.gudy.bouncycastle.asn1.x509 with parameters of type X509Extension Modifier and Type Method Description static ASN1Object
X509Extension. convertValueToObject(X509Extension ext)
Convert the value of the passed in extension to an object
-