Package org.bouncycastle.asn1
Interface InMemoryRepresentable
- All Known Subinterfaces:
ASN1BitStringParser,ASN1ExternalParser,ASN1OctetStringParser,ASN1SequenceParser,ASN1SetParser,ASN1TaggedObjectParser
- All Known Implementing Classes:
ASN1BitString,ASN1OctetString,ASN1TaggedObject,BERBitString,BERBitStringParser,BEROctetString,BEROctetStringParser,BERSequenceParser,BERSetParser,BERTaggedObject,DERBitString,DERExternalParser,DEROctetString,DEROctetStringParser,DERTaggedObject,DLBitString,DLBitStringParser,DLSequenceParser,DLSetParser,DLTaggedObject,NetscapeCertType,ReasonFlags
public interface InMemoryRepresentable
Interface implemented by objects that can be converted from streaming to in-memory objects.
-
Method Summary
Modifier and TypeMethodDescriptionGet the in-memory representation of the ASN.1 object.
-
Method Details
-
getLoadedObject
Get the in-memory representation of the ASN.1 object.- Returns:
- an ASN1Primitive representing the loaded object.
- Throws:
IOException- for bad input data.
-