Interface ASN1SequenceParser

All Superinterfaces:
ASN1Encodable, InMemoryRepresentable
All Known Implementing Classes:
BERSequenceParser, DLSequenceParser

public interface ASN1SequenceParser extends ASN1Encodable, InMemoryRepresentable
A basic parser for a SEQUENCE object
  • Method Details

    • readObject

      ASN1Encodable readObject() throws IOException
      Read the next object from the underlying object representing a SEQUENCE.
      Returns:
      the next object, null if we are at the end.
      Throws:
      IOException - for bad input stream.