|
Bouncy Castle Cryptography Library 1.77.0 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.bouncycastle.x509.X509StreamParserSpi | +--org.bouncycastle.jce.provider.X509AttrCertParser
Constructor Summary | |
X509AttrCertParser()
|
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 X509AttrCertParser()
Method Detail |
public void engineInit(java.io.InputStream in)
X509StreamParserSpi
engineInit
in class X509StreamParserSpi
org.bouncycastle.x509.X509StreamParserSpi
in
- The input stream.public java.lang.Object engineRead() throws StreamParsingException
X509StreamParserSpi
engineRead
in class X509StreamParserSpi
org.bouncycastle.x509.X509StreamParserSpi
StreamParsingException
- if the object cannot be created from input stream.public java.util.Collection engineReadAll() throws StreamParsingException
X509StreamParserSpi
engineReadAll
in class X509StreamParserSpi
org.bouncycastle.x509.X509StreamParserSpi
StreamParsingException
- if an object cannot be created from input stream.
|
Bouncy Castle Cryptography Library 1.77.0 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |