Package org.bouncycastle.x509.extension
Class X509ExtensionUtil
- java.lang.Object
-
- org.bouncycastle.x509.extension.X509ExtensionUtil
-
public class X509ExtensionUtil extends Object
-
-
Constructor Summary
Constructors Constructor Description X509ExtensionUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ASN1PrimitivefromExtensionValue(byte[] encodedValue)static CollectiongetIssuerAlternativeNames(X509Certificate cert)static CollectiongetSubjectAlternativeNames(X509Certificate cert)
-
-
-
Method Detail
-
fromExtensionValue
public static ASN1Primitive fromExtensionValue(byte[] encodedValue) throws IOException
- Throws:
IOException
-
getIssuerAlternativeNames
public static Collection getIssuerAlternativeNames(X509Certificate cert) throws CertificateParsingException
- Throws:
CertificateParsingException
-
getSubjectAlternativeNames
public static Collection getSubjectAlternativeNames(X509Certificate cert) throws CertificateParsingException
- Throws:
CertificateParsingException
-
-