public class X509ExtensionUtil extends Object
| Constructor and Description |
|---|
X509ExtensionUtil() |
| Modifier and Type | Method and Description |
|---|---|
static ASN1Object |
fromExtensionValue(byte[] encodedValue) |
static Collection |
getIssuerAlternativeNames(X509Certificate cert) |
static Collection |
getSubjectAlternativeNames(X509Certificate cert) |
public static ASN1Object fromExtensionValue(byte[] encodedValue) throws IOException
IOExceptionpublic static Collection getIssuerAlternativeNames(X509Certificate cert) throws CertificateParsingException
CertificateParsingExceptionpublic static Collection getSubjectAlternativeNames(X509Certificate cert) throws CertificateParsingException
CertificateParsingExceptionCopyright © 2015. All rights reserved.