org.gudy.bouncycastle.asn1
Interface ASN1SequenceParser

All Superinterfaces:
DEREncodable
All Known Implementing Classes:
BERSequenceParser

public interface ASN1SequenceParser
extends DEREncodable


Method Summary
 DEREncodable readObject()
           
 
Methods inherited from interface org.gudy.bouncycastle.asn1.DEREncodable
getDERObject
 

Method Detail

readObject

DEREncodable readObject()
                        throws IOException
Throws:
IOException