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
IOException
public static Collection getIssuerAlternativeNames(X509Certificate cert) throws CertificateParsingException
CertificateParsingException
public static Collection getSubjectAlternativeNames(X509Certificate cert) throws CertificateParsingException
CertificateParsingException
Copyright © 2015. All rights reserved.