Bouncy Castle Cryptography 1.47

org.bouncycastle.asn1
Interface ASN1SequenceParser

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

public interface ASN1SequenceParser
extends ASN1Encodable, InMemoryRepresentable


Method Summary
 ASN1Encodable readObject()
           
 
Methods inherited from interface org.bouncycastle.asn1.ASN1Encodable
toASN1Primitive
 
Methods inherited from interface org.bouncycastle.asn1.InMemoryRepresentable
getLoadedObject
 

Method Detail

readObject

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

Bouncy Castle Cryptography 1.47