Package io.anyline.nfc.bouncycastle.asn1
Interface ASN1Encodable
-
- All Implemented Interfaces:
public interface ASN1Encodable
Basic interface to produce serialisers for ASN.1 encodings.
-
-
Method Summary
Modifier and Type Method Description abstract ASN1Primitive
toASN1Primitive()
Return an object, possibly constructed, of ASN. -
-
Method Detail
-
toASN1Primitive
abstract ASN1Primitive toASN1Primitive()
Return an object, possibly constructed, of ASN.1 primitives
- Returns:
an ASN.1 primitive.
-
-
-
-