Class ASN1ApplicationSpecific

All Implemented Interfaces:
ASN1ApplicationSpecificParser, ASN1Encodable, ASN1TaggedObjectParser, InMemoryRepresentable, Encodable
Direct Known Subclasses:
BERApplicationSpecific, DERApplicationSpecific, DLApplicationSpecific

public abstract class ASN1ApplicationSpecific extends ASN1TaggedObject implements ASN1ApplicationSpecificParser
Deprecated.
Will be removed. Change application code to handle as ASN1TaggedObject only, testing for the expected tag class of BERTags.APPLICATION in relevant objects before using. If using a stream parser, handle application-tagged objects using ASN1TaggedObjectParser in the usual way, again testing for a tag class of BERTags.APPLICATION.
Base class for an ASN.1 ApplicationSpecific object