Bouncy Castle Cryptography Library 1.79

org.bouncycastle.jce.provider
Class X509CertParser

java.lang.Object
  |
  +--org.bouncycastle.x509.X509StreamParserSpi
        |
        +--org.bouncycastle.jce.provider.X509CertParser

Deprecated. use CertificateFactory or the PEMParser in the openssl package (pkix jar).

public class X509CertParser
extends org.bouncycastle.x509.X509StreamParserSpi


Constructor Summary
X509CertParser()
          Deprecated.  
 
Method Summary
 void engineInit(java.io.InputStream in)
          Deprecated.  
 java.lang.Object engineRead()
          Deprecated.  
 java.util.Collection engineReadAll()
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

X509CertParser

public X509CertParser()
Deprecated. 
Method Detail

engineInit

public void engineInit(java.io.InputStream in)
Deprecated. 
Overrides:
engineInit in class org.bouncycastle.x509.X509StreamParserSpi

engineRead

public java.lang.Object engineRead()
                            throws org.bouncycastle.x509.util.StreamParsingException
Deprecated. 
Overrides:
engineRead in class org.bouncycastle.x509.X509StreamParserSpi

engineReadAll

public java.util.Collection engineReadAll()
                                   throws org.bouncycastle.x509.util.StreamParsingException
Deprecated. 
Overrides:
engineReadAll in class org.bouncycastle.x509.X509StreamParserSpi

Bouncy Castle Cryptography Library 1.79