|
Bouncy Castle Cryptography 1.45 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.bouncycastle.x509.X509StreamParserSpi
public abstract class X509StreamParserSpi
This abstract class defines the service provider interface (SPI) for X509StreamParser.
X509StreamParser| Constructor Summary | |
|---|---|
X509StreamParserSpi()
|
|
| Method Summary | |
|---|---|
abstract void |
engineInit(java.io.InputStream in)
Initializes this stream parser with the input stream. |
abstract java.lang.Object |
engineRead()
Returns the next X.509 object of the type of this SPI from the given input stream. |
abstract 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 X509StreamParserSpi()
| Method Detail |
|---|
public abstract void engineInit(java.io.InputStream in)
in - The input stream.
public abstract java.lang.Object engineRead()
throws StreamParsingException
null if the
end of the stream is reached.
StreamParsingException - if the object cannot be created from input stream.
public abstract java.util.Collection engineReadAll()
throws StreamParsingException
null if the end of the stream is reached.
StreamParsingException - if an object cannot be created from input stream.
|
Bouncy Castle Cryptography 1.45 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||