Package org.bouncycastle.asn1
Interface ASN1ApplicationSpecificParser
- All Superinterfaces:
ASN1Encodable
,ASN1TaggedObjectParser
,InMemoryRepresentable
- All Known Implementing Classes:
ASN1ApplicationSpecific
,BERApplicationSpecific
,BERApplicationSpecificParser
,DERApplicationSpecific
,DLApplicationSpecific
Deprecated.
Interface to parse ASN.1 ApplicationSpecific objects.
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Read the next object in the parser.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.Read the next object in the parser.- Returns:
- an ASN1Encodable
- Throws:
IOException
- on a parsing or decoding error.
-
ASN1TaggedObjectParser
withtag class
ofBERTags.APPLICATION
instead.