Uses of Interface
org.bouncycastle.asn1.ASN1TaggedObjectParser
Packages that use ASN1TaggedObjectParser
-
Uses of ASN1TaggedObjectParser in org.bouncycastle.asn1
Classes in org.bouncycastle.asn1 that implement ASN1TaggedObjectParserModifier and TypeClassDescriptionclassASN.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).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.classDER 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).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).