Interface ASN1SequenceParser

    • Method Detail

      • readObject

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