Package org.bouncycastle.asn1
Interface ASN1OctetStringParser
- All Superinterfaces:
ASN1Encodable,InMemoryRepresentable
- All Known Implementing Classes:
ASN1OctetString,BEROctetString,BEROctetStringParser,DEROctetString,DEROctetStringParser
A basic parser for an OCTET STRING object
-
Method Summary
Modifier and TypeMethodDescriptionReturn the content of the OCTET STRING as an InputStream.Methods inherited from interface org.bouncycastle.asn1.ASN1Encodable
toASN1PrimitiveMethods inherited from interface org.bouncycastle.asn1.InMemoryRepresentable
getLoadedObject
-
Method Details
-
getOctetStream
InputStream getOctetStream()Return the content of the OCTET STRING as an InputStream.- Returns:
- an InputStream representing the OCTET STRING's content.
-