Bouncy Castle Cryptography Library 1.77.0

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

readAll

public java.util.Collection readAll()
                             throws StreamParsingException

Bouncy Castle Cryptography Library 1.77.0