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