Package org.bouncycastle.asn1
Class BERApplicationSpecificParser
java.lang.Object
org.bouncycastle.asn1.BERTaggedObjectParser
org.bouncycastle.asn1.BERApplicationSpecificParser
- All Implemented Interfaces:
ASN1ApplicationSpecificParser
,ASN1Encodable
,ASN1TaggedObjectParser
,InMemoryRepresentable
public class BERApplicationSpecificParser
extends BERTaggedObjectParser
implements ASN1ApplicationSpecificParser
Deprecated.
A parser for indefinite-length ASN.1 ApplicationSpecific objects.
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.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.ASN1Encodable
toASN1Primitive
Methods inherited from interface org.bouncycastle.asn1.ASN1TaggedObjectParser
getObjectParser, getTagClass, getTagNo, hasContextTag, hasTag, parseBaseUniversal, parseExplicitBaseObject, parseExplicitBaseTagged, parseImplicitBaseTagged
Methods inherited from interface org.bouncycastle.asn1.InMemoryRepresentable
getLoadedObject
-
Method Details
-
readObject
Deprecated.Return the object contained in this application specific object,- Specified by:
readObject
in interfaceASN1ApplicationSpecificParser
- Returns:
- the contained object.
- Throws:
IOException
- if the underlying stream cannot be read, or does not contain an ASN.1 encoding.
-
ASN1TaggedObjectParser
withtag class
ofBERTags.APPLICATION
instead.