org.bouncycastle.x509.extension

Class X509ExtensionUtil


public class X509ExtensionUtil
extends java.lang.Object

Method Summary

static ASN1Object
fromExtensionValue(byte[] encodedValue)
static Collection
getIssuerAlternativeNames(X509Certificate cert)
static Collection
getSubjectAlternativeNames(X509Certificate cert)

Method Details

fromExtensionValue

public static ASN1Object fromExtensionValue(byte[] encodedValue)
            throws IOException

getIssuerAlternativeNames

public static Collection getIssuerAlternativeNames(X509Certificate cert)
            throws CertificateParsingException

getSubjectAlternativeNames

public static Collection getSubjectAlternativeNames(X509Certificate cert)
            throws CertificateParsingException