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, toASN1Primitiveclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetObjectParser, getTagClass, getTagNo, hasContextTag, hasTag, parseBaseUniversal, parseExplicitBaseObject, parseExplicitBaseTagged, parseImplicitBaseTaggedtoASN1PrimitivegetLoadedObjectpublic ASN1Encodable readObject() throws java.io.IOException
readObject in interface ASN1ApplicationSpecificParserjava.io.IOException - if the underlying stream cannot be read, or does not contain an ASN.1 encoding.