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
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description 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.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 Detail
-
readObject
public ASN1Encodable readObject() throws java.io.IOException
Deprecated.Return the object contained in this application specific object,- Specified by:
readObject
in interfaceASN1ApplicationSpecificParser
- Returns:
- the contained object.
- Throws:
java.io.IOException
- if the underlying stream cannot be read, or does not contain an ASN.1 encoding.
-
-