Bouncy Castle Cryptography Library 1.46

org.bouncycastle.asn1
Interface ASN1SequenceParser

All Superinterfaces:
DEREncodable, InMemoryRepresentable
All Known Implementing Classes:
BERSequenceParser, DERSequenceParser

public interface ASN1SequenceParser
extends DEREncodable, InMemoryRepresentable


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

Method Detail

readObject

DEREncodable readObject()
                        throws java.io.IOException
Throws:
java.io.IOException

Bouncy Castle Cryptography Library 1.46