Interface ASN1ApplicationSpecificParser

All Superinterfaces:
ASN1Encodable, InMemoryRepresentable
All Known Implementing Classes:
BERApplicationSpecificParser

public interface ASN1ApplicationSpecificParser extends ASN1Encodable, InMemoryRepresentable
Interface to parse ASN.1 ApplicationSpecific objects.
  • Method Details

    • readObject

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