Bouncy Castle Cryptography Library 1.81

org.bouncycastle.util
Interface StreamParser


public interface StreamParser


Method Summary
 java.lang.Object read()
           
 java.util.Collection readAll()
           
 

Method Detail

read

public java.lang.Object read()
                      throws StreamParsingException
Throws:
StreamParsingException

readAll

public java.util.Collection readAll()
                             throws StreamParsingException
Throws:
StreamParsingException

Bouncy Castle Cryptography Library 1.81