Bouncy Castle Cryptography Library 1.81

org.bouncycastle.jce.provider
Class X509CRLParser

java.lang.Object
  extended byorg.bouncycastle.x509.X509StreamParserSpi
      extended byorg.bouncycastle.jce.provider.X509CRLParser

public class X509CRLParser
extends org.bouncycastle.x509.X509StreamParserSpi


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

Constructor Detail

X509CRLParser

public X509CRLParser()
Method Detail

engineInit

public void engineInit(java.io.InputStream in)

engineRead

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

engineReadAll

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

Bouncy Castle Cryptography Library 1.81