public class X509AttrCertParser extends X509StreamParserSpi
Constructor and Description |
---|
X509AttrCertParser() |
Modifier and Type | Method and Description |
---|---|
void |
engineInit(InputStream in)
Initializes this stream parser with the input stream.
|
Object |
engineRead()
Returns the next X.509 object of the type of this SPI from the given
input stream.
|
Collection |
engineReadAll()
Returns all X.509 objects of the type of this SPI from
the given input stream.
|
public void engineInit(InputStream in)
X509StreamParserSpi
engineInit
in class X509StreamParserSpi
in
- The input stream.public 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 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.Copyright © 2015. All rights reserved.