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