Package io.anyline.nfc.bouncycastle.asn1
Interface ASN1OctetStringParser
-
- All Implemented Interfaces:
-
io.anyline.nfc.bouncycastle.asn1.ASN1Encodable
,io.anyline.nfc.bouncycastle.asn1.InMemoryRepresentable
public interface ASN1OctetStringParser implements ASN1Encodable, InMemoryRepresentable
A basic parser for an OCTET STRING object
-
-
Method Summary
Modifier and Type Method Description abstract InputStream
getOctetStream()
Return the content of the OCTET STRING as an InputStream. -
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
-
getOctetStream
abstract InputStream getOctetStream()
Return the content of the OCTET STRING as an InputStream.
- Returns:
an InputStream representing the OCTET STRING's content.
-
-
-
-