Class BERSetParser

    • Method Detail

      • readObject

        public ASN1Encodable readObject()
                                 throws java.io.IOException
        Deprecated.
        Read the next object in the SET.
        Specified by:
        readObject in interface ASN1SetParser
        Returns:
        the next object in the SET, null if there are no more.
        Throws:
        java.io.IOException - if there is an issue reading the underlying stream.
      • getLoadedObject

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

        public ASN1Primitive toASN1Primitive()
        Deprecated.
        Return an BERSet representing this parser and its contents.
        Specified by:
        toASN1Primitive in interface ASN1Encodable
        Returns:
        an BERSet