Interface ASN1ExternalParser

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

public interface ASN1ExternalParser extends ASN1Encodable, InMemoryRepresentable
Parser DER EXTERNAL tagged 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.