Bouncy Castle Cryptography Library 1.71

org.bouncycastle.asn1
Interface ASN1ApplicationSpecificParser

All Superinterfaces:
ASN1Encodable, ASN1TaggedObjectParser, InMemoryRepresentable
All Known Implementing Classes:
ASN1ApplicationSpecific, BERApplicationSpecificParser

Deprecated. Test for ASN1TaggedObjectParser with tag class of BERTags.APPLICATION instead.

public interface ASN1ApplicationSpecificParser
extends ASN1TaggedObjectParser

Interface to parse ASN.1 ApplicationSpecific objects.


Method Summary
 ASN1Encodable readObject()
          Deprecated. Read the next object in the parser.
 
Methods inherited from interface org.bouncycastle.asn1.ASN1TaggedObjectParser
getObjectParser, getTagClass, getTagNo, hasContextTag, hasTag, parseBaseUniversal, parseExplicitBaseObject, parseExplicitBaseTagged, parseImplicitBaseTagged
 
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
Deprecated. 
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.71