Interface ASN1ApplicationSpecificParser

All Superinterfaces:
ASN1Encodable, ASN1TaggedObjectParser, InMemoryRepresentable
All Known Implementing Classes:
ASN1ApplicationSpecific, BERApplicationSpecific, BERApplicationSpecificParser, DERApplicationSpecific, DLApplicationSpecific

public interface ASN1ApplicationSpecificParser extends ASN1TaggedObjectParser
Deprecated.
Interface to parse ASN.1 ApplicationSpecific objects.
  • Method Details

    • readObject

      ASN1Encodable readObject() throws IOException
      Deprecated.
      Read the next object in the parser.
      Returns:
      an ASN1Encodable
      Throws:
      IOException - on a parsing or decoding error.