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 TypeInterfaceDescriptioninterfaceInterface to parse ASN.1 ApplicationSpecific objects.interfaceA basic parser for an OCTET STRING objectinterfaceA basic parser for a SEQUENCE objectinterfaceA basic parser for a SET objectinterfaceInterface for the parsing of a generic tagged ASN.1 object.Classes in org.bouncycastle.asn1 that implement InMemoryRepresentableModifier and TypeClassDescriptionclassAbstract base for the ASN.1 OCTET STRING data typeclassASN.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).classA parser for indefinite-length ASN.1 ApplicationSpecific objects.classASN.1 OctetStrings, with indefinite length rules, and constructed form support.classA parser for indefinite-length OCTET STRINGs.classParser for indefinite-length SEQUENCEs.classParser for indefinite-length SETs.classBER 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).classParser for indefinite-length tagged objects.classParser DER EXTERNAL tagged objects.classCarrier class for a DER encoding OCTET STRINGclassParser for DER encoded OCTET STRINGSclassDeprecated.Use DLSequenceParser insteadclassDeprecated.Use DLSetParser insteadclassDER 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).classParser class for DL SEQUENCEs.classParser class for DL SETs.classDefinite 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).