Uses of Interface
org.bouncycastle.asn1.InMemoryRepresentable
Packages that use InMemoryRepresentable
-
Uses of InMemoryRepresentable in org.bouncycastle.asn1
Subinterfaces of InMemoryRepresentable in org.bouncycastle.asn1Modifier and TypeInterfaceDescriptioninterface
Interface to parse ASN.1 ApplicationSpecific objects.interface
A basic parser for an OCTET STRING objectinterface
A basic parser for a SEQUENCE objectinterface
A basic parser for a SET objectinterface
Interface for the parsing of a generic tagged ASN.1 object.Classes in org.bouncycastle.asn1 that implement InMemoryRepresentableModifier and TypeClassDescriptionclass
Abstract base for the ASN.1 OCTET STRING data typeclass
ASN.1 TaggedObject - in ASN.1 notation this is any object preceded by a [n] where n is some number - these are assumed to follow the construction rules (as with sequences).class
A parser for indefinite-length ASN.1 ApplicationSpecific objects.class
ASN.1 OctetStrings, with indefinite length rules, and constructed form support.class
A parser for indefinite-length OCTET STRINGs.class
Parser for indefinite-length SEQUENCEs.class
Parser for indefinite-length SETs.class
BER TaggedObject - in ASN.1 notation this is any object preceded by a [n] where n is some number - these are assumed to follow the construction rules (as with sequences).class
Parser for indefinite-length tagged objects.class
Parser DER EXTERNAL tagged objects.class
Carrier class for a DER encoding OCTET STRINGclass
Parser for DER encoded OCTET STRINGSclass
Parser class for DER SEQUENCEs.class
Parser class for DER SETs.class
DER TaggedObject - in ASN.1 notation this is any object preceded by a [n] where n is some number - these are assumed to follow the construction rules (as with sequences).class
Definite Length TaggedObject - in ASN.1 notation this is any object preceded by a [n] where n is some number - these are assumed to follow the construction rules (as with sequences).