Bouncy Castle Cryptography Library 1.81

org.bouncycastle.jce.provider
Class X509CertParser

java.lang.Object
  extended byorg.bouncycastle.x509.X509StreamParserSpi
      extended byorg.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. 

engineRead

public java.lang.Object engineRead()
                            throws org.bouncycastle.x509.util.StreamParsingException
Deprecated. 
Throws:
org.bouncycastle.x509.util.StreamParsingException

engineReadAll

public java.util.Collection engineReadAll()
                                   throws org.bouncycastle.x509.util.StreamParsingException
Deprecated. 
Throws:
org.bouncycastle.x509.util.StreamParsingException

Bouncy Castle Cryptography Library 1.81