Package io.anyline.nfc.bouncycastle.asn1
Class BERApplicationSpecificParser
-
- All Implemented Interfaces:
-
io.anyline.nfc.bouncycastle.asn1.ASN1ApplicationSpecificParser
,io.anyline.nfc.bouncycastle.asn1.ASN1Encodable
,io.anyline.nfc.bouncycastle.asn1.ASN1TaggedObjectParser
,io.anyline.nfc.bouncycastle.asn1.InMemoryRepresentable
public class BERApplicationSpecificParser extends BERTaggedObjectParser implements ASN1ApplicationSpecificParser
A parser for indefinite-length ASN.1 ApplicationSpecific objects.
-
-
Method Summary
Modifier and Type Method Description ASN1Encodable
readObject()
Return the object contained in this application specific object, -
Methods inherited from class io.anyline.nfc.bouncycastle.asn1.BERTaggedObjectParser
getLoadedObject, getObjectParser, getTagClass, getTagNo, hasContextTag, hasTag, isConstructed, parseBaseUniversal, toASN1Primitive
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
readObject
ASN1Encodable readObject()
Return the object contained in this application specific object,
- Returns:
the contained object.
-
-
-
-