Package io.anyline.nfc.bouncycastle.asn1
Interface InMemoryRepresentable
-
- All Implemented Interfaces:
public interface InMemoryRepresentable
Interface implemented by objects that can be converted from streaming to in-memory objects.
-
-
Method Summary
Modifier and Type Method Description abstract ASN1Primitive
getLoadedObject()
Get the in-memory representation of the ASN.1 object. -
-
Method Detail
-
getLoadedObject
abstract ASN1Primitive getLoadedObject()
Get the in-memory representation of the ASN.1 object.
- Returns:
an ASN1Primitive representing the loaded object.
-
-
-
-