public class X509ExtensionUtil extends Object
Constructor and Description |
---|
X509ExtensionUtil()
Deprecated.
|
Modifier and Type | Method and 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()
|
public static ASN1Primitive fromExtensionValue(byte[] encodedValue) throws IOException
IOException
public static Collection getIssuerAlternativeNames(X509Certificate cert) throws CertificateParsingException
CertificateParsingException
public static Collection getSubjectAlternativeNames(X509Certificate cert) throws CertificateParsingException
CertificateParsingException
Copyright © 2021 BouncyCastle.org. All rights reserved.