Interface ASN1SetParser

All Superinterfaces:
ASN1Encodable, InMemoryRepresentable
All Known Implementing Classes:
BERSetParser, DLSetParser

public interface ASN1SetParser extends ASN1Encodable, InMemoryRepresentable
A basic parser for a SET object
  • Method Details

    • readObject

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