Bouncy Castle Cryptography Library 1.77.0

org.bouncycastle.x509.extension
Class X509ExtensionUtil

java.lang.Object
  |
  +--org.bouncycastle.x509.extension.X509ExtensionUtil

Deprecated. use org.bouncycastle.cert.jcajce.JcaX509ExtensionUtils

public class X509ExtensionUtil
extends java.lang.Object


Constructor Summary
X509ExtensionUtil()
          Deprecated.  
 
Method Summary
static ASN1Primitive fromExtensionValue(byte[] encodedValue)
          Deprecated. use org.bouncycastle.cert.jcajce.JcaX509ExtensionUtils.parseExtensionValue()
static java.util.Collection getIssuerAlternativeNames(java.security.cert.X509Certificate cert)
          Deprecated. use org.bouncycastle.cert.jcajce.JcaX509ExtensionUtils.getIssuerAlternativeNames()
static java.util.Collection getSubjectAlternativeNames(java.security.cert.X509Certificate cert)
          Deprecated. use org.bouncycastle.cert.jcajce.JcaX509ExtensionUtils.getSubjectAlternativeNames()
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

X509ExtensionUtil

public X509ExtensionUtil()
Deprecated. 
Method Detail

fromExtensionValue

public static ASN1Primitive fromExtensionValue(byte[] encodedValue)
                                        throws java.io.IOException
Deprecated. use org.bouncycastle.cert.jcajce.JcaX509ExtensionUtils.parseExtensionValue()


getIssuerAlternativeNames

public static java.util.Collection getIssuerAlternativeNames(java.security.cert.X509Certificate cert)
                                                      throws java.security.cert.CertificateParsingException
Deprecated. use org.bouncycastle.cert.jcajce.JcaX509ExtensionUtils.getIssuerAlternativeNames()


getSubjectAlternativeNames

public static java.util.Collection getSubjectAlternativeNames(java.security.cert.X509Certificate cert)
                                                       throws java.security.cert.CertificateParsingException
Deprecated. use org.bouncycastle.cert.jcajce.JcaX509ExtensionUtils.getSubjectAlternativeNames()


Bouncy Castle Cryptography Library 1.77.0