Class ASN1TaggedObject

All Implemented Interfaces:
ASN1Encodable, ASN1TaggedObjectParser, InMemoryRepresentable, Encodable
Direct Known Subclasses:
BERTaggedObject, DERTaggedObject, DLTaggedObject

public abstract class ASN1TaggedObject extends ASN1Primitive implements ASN1TaggedObjectParser
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).