Bouncy Castle Cryptography Library 1.77.0

org.bouncycastle.asn1
Class DEROctetStringParser

java.lang.Object
  |
  +--org.bouncycastle.asn1.DEROctetStringParser
All Implemented Interfaces:
ASN1Encodable, ASN1OctetStringParser, InMemoryRepresentable

Deprecated. Check for 'ASN1OctetStringParser' instead

public class DEROctetStringParser
extends java.lang.Object
implements ASN1OctetStringParser

Parser for DER encoded OCTET STRINGS


Method Summary
 ASN1Primitive getLoadedObject()
          Deprecated. Return an in-memory, encodable, representation of the OCTET STRING.
 java.io.InputStream getOctetStream()
          Deprecated. Return an InputStream representing the contents of the OCTET STRING.
 ASN1Primitive toASN1Primitive()
          Deprecated. Return an DEROctetString representing this parser and its contents.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getOctetStream

public java.io.InputStream getOctetStream()
Deprecated. 
Return an InputStream representing the contents of the OCTET STRING.
Specified by:
getOctetStream in interface ASN1OctetStringParser
Returns:
an InputStream with its source as the OCTET STRING content.

getLoadedObject

public ASN1Primitive getLoadedObject()
                              throws java.io.IOException
Deprecated. 
Return an in-memory, encodable, representation of the OCTET STRING.
Specified by:
getLoadedObject in interface InMemoryRepresentable
Returns:
a DEROctetString.
Throws:
java.io.IOException - if there is an issue loading the data.

toASN1Primitive

public ASN1Primitive toASN1Primitive()
Deprecated. 
Return an DEROctetString representing this parser and its contents.
Specified by:
toASN1Primitive in interface ASN1Encodable
Returns:
an DEROctetString

Bouncy Castle Cryptography Library 1.77.0