Bouncy Castle Cryptography 1.51

org.bouncycastle.asn1
Class BERApplicationSpecificParser

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

public class BERApplicationSpecificParser
extends java.lang.Object
implements ASN1ApplicationSpecificParser


Method Summary
 ASN1Primitive getLoadedObject()
          Get the in-memory representation of the ASN.1 object.
 ASN1Encodable readObject()
          Read the next object in the parser.
 ASN1Primitive toASN1Primitive()
          Return an object, possibly constructed, of ASN.1 primitives
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

readObject

public ASN1Encodable readObject()
                         throws java.io.IOException
Description copied from interface: ASN1ApplicationSpecificParser
Read the next object in the parser.

Specified by:
readObject in interface ASN1ApplicationSpecificParser
Returns:
an ASN1Encodable
Throws:
java.io.IOException - on a parsing or decoding error.

getLoadedObject

public ASN1Primitive getLoadedObject()
                              throws java.io.IOException
Description copied from interface: InMemoryRepresentable
Get the in-memory representation of the ASN.1 object.

Specified by:
getLoadedObject in interface InMemoryRepresentable
Throws:
java.io.IOException - for bad input data.

toASN1Primitive

public ASN1Primitive toASN1Primitive()
Description copied from interface: ASN1Encodable
Return an object, possibly constructed, of ASN.1 primitives

Specified by:
toASN1Primitive in interface ASN1Encodable
Returns:
an ASN.1 primitive.

Bouncy Castle Cryptography 1.51