Bouncy Castle Cryptography Library 1.77.0

org.bouncycastle.asn1
Interface InMemoryRepresentable

All Known Subinterfaces:
ASN1BitStringParser, ASN1ExternalParser, ASN1OctetStringParser, ASN1SequenceParser, ASN1SetParser, ASN1TaggedObjectParser

public interface InMemoryRepresentable

Interface implemented by objects that can be converted from streaming to in-memory objects.


Method Summary
 ASN1Primitive getLoadedObject()
          Get the in-memory representation of the ASN.1 object.
 

Method Detail

getLoadedObject

public ASN1Primitive getLoadedObject()
                              throws java.io.IOException
Get the in-memory representation of the ASN.1 object.
Returns:
an ASN1Primitive representing the loaded object.
Throws:
java.io.IOException - for bad input data.

Bouncy Castle Cryptography Library 1.77.0