Package io.anyline.nfc.bouncycastle.asn1
Interface ASN1ExternalParser
-
- All Implemented Interfaces:
-
io.anyline.nfc.bouncycastle.asn1.ASN1Encodable
,io.anyline.nfc.bouncycastle.asn1.InMemoryRepresentable
public interface ASN1ExternalParser implements ASN1Encodable, InMemoryRepresentable
Parser DER EXTERNAL tagged objects.
-
-
Method Summary
Modifier and Type Method Description abstract ASN1Encodable
readObject()
Read the next object in the parser. -
Methods inherited from class io.anyline.nfc.bouncycastle.asn1.ASN1Encodable
toASN1Primitive
-
Methods inherited from class io.anyline.nfc.bouncycastle.asn1.InMemoryRepresentable
getLoadedObject
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
readObject
abstract ASN1Encodable readObject()
Read the next object in the parser.
- Returns:
an ASN1Encodable
-
-
-
-