Bouncy Castle Cryptography Library 1.49

org.bouncycastle.asn1
Class BEROctetStringParser

java.lang.Object
  extended by org.bouncycastle.asn1.BEROctetStringParser
All Implemented Interfaces:
ASN1Encodable, ASN1OctetStringParser, InMemoryRepresentable

public class BEROctetStringParser
extends java.lang.Object
implements ASN1OctetStringParser


Method Summary
 ASN1Primitive getLoadedObject()
           
 java.io.InputStream getOctetStream()
           
 ASN1Primitive toASN1Primitive()
           
 
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()
Specified by:
getOctetStream in interface ASN1OctetStringParser

getLoadedObject

public ASN1Primitive getLoadedObject()
                              throws java.io.IOException
Specified by:
getLoadedObject in interface InMemoryRepresentable
Throws:
java.io.IOException

toASN1Primitive

public ASN1Primitive toASN1Primitive()
Specified by:
toASN1Primitive in interface ASN1Encodable

Bouncy Castle Cryptography Library 1.49