ASN1TaggedObjectParser
with
tag class
of
BERTags.APPLICATION
instead.public class BERApplicationSpecificParser extends BERTaggedObjectParser implements ASN1ApplicationSpecificParser
Modifier and Type | Method and Description |
---|---|
ASN1Encodable |
readObject()
Deprecated.
Return the object contained in this application specific object,
|
getLoadedObject, getObjectParser, getTagClass, getTagNo, hasContextTag, hasTag, isConstructed, parseBaseUniversal, parseExplicitBaseObject, parseExplicitBaseTagged, parseImplicitBaseTagged, toASN1Primitive
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getObjectParser, getTagClass, getTagNo, hasContextTag, hasTag, parseBaseUniversal, parseExplicitBaseObject, parseExplicitBaseTagged, parseImplicitBaseTagged
toASN1Primitive
getLoadedObject
public ASN1Encodable readObject() throws java.io.IOException
readObject
in interface ASN1ApplicationSpecificParser
java.io.IOException
- if the underlying stream cannot be read, or does not contain an ASN.1 encoding.