Bouncy Castle Cryptography Library 1.71

org.bouncycastle.asn1
Class BERApplicationSpecificParser

java.lang.Object
  |
  +--org.bouncycastle.asn1.BERTaggedObjectParser
        |
        +--org.bouncycastle.asn1.BERApplicationSpecificParser
All Implemented Interfaces:
ASN1ApplicationSpecificParser, ASN1Encodable, ASN1TaggedObjectParser, InMemoryRepresentable

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

public class BERApplicationSpecificParser
extends BERTaggedObjectParser
implements ASN1ApplicationSpecificParser

A parser for indefinite-length ASN.1 ApplicationSpecific objects.


Method Summary
 ASN1Encodable readObject()
          Deprecated. Return the object contained in this application specific object,
 
Methods inherited from class org.bouncycastle.asn1.BERTaggedObjectParser
getLoadedObject, getObjectParser, getTagClass, getTagNo, hasContextTag, hasTag, isConstructed, parseBaseUniversal, parseExplicitBaseObject, parseExplicitBaseTagged, parseImplicitBaseTagged, toASN1Primitive
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
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. 
Return the object contained in this application specific object,
Specified by:
readObject in interface ASN1ApplicationSpecificParser
Returns:
the contained object.
Throws:
java.io.IOException - if the underlying stream cannot be read, or does not contain an ASN.1 encoding.

Bouncy Castle Cryptography Library 1.71