Bouncy Castle Cryptography Library 1.77.0

org.bouncycastle.asn1
Interface ASN1ExternalParser

All Superinterfaces:
ASN1Encodable, InMemoryRepresentable
All Known Implementing Classes:
DERExternalParser

public interface ASN1ExternalParser
extends ASN1Encodable, InMemoryRepresentable

Parser DER EXTERNAL tagged objects.


Method Summary
 ASN1Encodable readObject()
          Read the next object in the parser.
 
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 in the parser.
Returns:
an ASN1Encodable
Throws:
java.io.IOException - on a parsing or decoding error.

Bouncy Castle Cryptography Library 1.77.0