|
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.X509CertParser
| Constructor Summary | |
X509CertParser()
Deprecated. |
|
| Method Summary | |
void |
engineInit(java.io.InputStream in)
Deprecated. Initializes this stream parser with the input stream. |
java.lang.Object |
engineRead()
Deprecated. Returns the next X.509 object of the type of this SPI from the given input stream. |
java.util.Collection |
engineReadAll()
Deprecated. 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 X509CertParser()
| Method Detail |
public void engineInit(java.io.InputStream in)
X509StreamParserSpiengineInit in class X509StreamParserSpiorg.bouncycastle.x509.X509StreamParserSpiin - The input stream.
public java.lang.Object engineRead()
throws StreamParsingException
X509StreamParserSpiengineRead in class X509StreamParserSpiorg.bouncycastle.x509.X509StreamParserSpiStreamParsingException - if the object cannot be created from input stream.
public java.util.Collection engineReadAll()
throws StreamParsingException
X509StreamParserSpiengineReadAll in class X509StreamParserSpiorg.bouncycastle.x509.X509StreamParserSpiStreamParsingException - 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 | ||||||||