Bouncy Castle Cryptography 1.46

org.bouncycastle.util
Interface StreamParser


public interface StreamParser


Method Summary
 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

Bouncy Castle Cryptography 1.46