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