Bouncy Castle Cryptography Library 1.77.0

org.bouncycastle.asn1
Interface ASN1SequenceParser

All Superinterfaces:
ASN1Encodable, InMemoryRepresentable
All Known Implementing Classes:
DLSequenceParser, BERSequenceParser

public interface ASN1SequenceParser
extends ASN1Encodable, InMemoryRepresentable

A basic parser for a SEQUENCE object


Method Summary
 ASN1Encodable readObject()
          Read the next object from the underlying object representing a SEQUENCE.
 
Methods inherited from interface org.bouncycastle.asn1.ASN1Encodable
toASN1Primitive
 
Methods inherited from interface org.bouncycastle.asn1.InMemoryRepresentable
getLoadedObject
 

Method Detail

readObject

public ASN1Encodable readObject()
                         throws java.io.IOException
Read the next object from the underlying object representing a SEQUENCE.
Returns:
the next object, null if we are at the end.
Throws:
java.io.IOException - for bad input stream.

Bouncy Castle Cryptography Library 1.77.0