Bouncy Castle Cryptography Library 1.77.0

org.bouncycastle.x509.util
Interface StreamParser

All Known Implementing Classes:
X509StreamParser

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