|
Bouncy Castle Cryptography Library 1.37 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.bouncycastle.x509.X509StreamParserSpi
org.bouncycastle.jce.provider.X509CRLParser
public class X509CRLParser
Constructor Summary | |
---|---|
X509CRLParser()
|
Method Summary | |
---|---|
void |
engineInit(java.io.InputStream in)
Initializes this stream parser with the input stream. |
java.lang.Object |
engineRead()
Returns the next X.509 object of the type of this SPI from the given input stream. |
java.util.Collection |
engineReadAll()
Returns all X.509 objects of the type of this SPI from the given input stream. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public X509CRLParser()
Method Detail |
---|
public void engineInit(java.io.InputStream in)
X509StreamParserSpi
engineInit
in class X509StreamParserSpi
in
- The input stream.public java.lang.Object engineRead() throws StreamParsingException
X509StreamParserSpi
engineRead
in class X509StreamParserSpi
null
if the
end of the stream is reached.
StreamParsingException
- if the object cannot be created from input stream.public java.util.Collection engineReadAll() throws StreamParsingException
X509StreamParserSpi
engineReadAll
in class X509StreamParserSpi
null
if the end of the stream is reached.
StreamParsingException
- if an object cannot be created from input stream.
|
Bouncy Castle Cryptography Library 1.37 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |