Class DLSequenceParser

    • Method Detail

      • readObject

        public ASN1Encodable readObject()
                                 throws java.io.IOException
        Return the next object in the SEQUENCE.
        Specified by:
        readObject in interface ASN1SequenceParser
        Returns:
        next object in SEQUENCE.
        Throws:
        java.io.IOException - if there is an issue loading the object.
      • getLoadedObject

        public ASN1Primitive getLoadedObject()
                                      throws java.io.IOException
        Return an in memory, encodable, representation of the SEQUENCE.
        Specified by:
        getLoadedObject in interface InMemoryRepresentable
        Returns:
        a DLSequence.
        Throws:
        java.io.IOException - if there is an issue loading the data.