Package org.bouncycastle.x509.util
Interface StreamParser
-
- All Known Implementing Classes:
X509StreamParser
public interface StreamParser
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Object
read()
Collection
readAll()
-
-
-
Method Detail
-
read
Object read() throws StreamParsingException
- Throws:
StreamParsingException
-
readAll
Collection readAll() throws StreamParsingException
- Throws:
StreamParsingException
-
-