Bouncy Castle Cryptography Library 1.81

org.bouncycastle.asn1
Interface ASN1OctetStringParser

All Superinterfaces:
ASN1Encodable, InMemoryRepresentable
All Known Implementing Classes:
ASN1OctetString, BEROctetStringParser, DEROctetStringParser

public interface ASN1OctetStringParser
extends ASN1Encodable, InMemoryRepresentable

A basic parser for an OCTET STRING object


Method Summary
 java.io.InputStream getOctetStream()
          Return the content of the OCTET STRING as an InputStream.
 
Methods inherited from interface org.bouncycastle.asn1.ASN1Encodable
toASN1Primitive
 
Methods inherited from interface org.bouncycastle.asn1.InMemoryRepresentable
getLoadedObject
 

Method Detail

getOctetStream

public java.io.InputStream getOctetStream()
Return the content of the OCTET STRING as an InputStream.

Returns:
an InputStream representing the OCTET STRING's content.

Bouncy Castle Cryptography Library 1.81