Class BERSet

    • Constructor Detail

      • BERSet

        public BERSet()
        create an empty sequence
      • BERSet

        public BERSet​(DEREncodable obj)
        create a set containing one object
      • BERSet

        public BERSet​(DEREncodableVector v)
        Parameters:
        v - - a vector of objects making up the set.
      • BERSet

        BERSet​(DEREncodableVector v,
               boolean needsSorting)
        Parameters:
        v - - a vector of objects making up the set.
    • Method Detail

      • encode

        void encode​(DEROutputStream out)
             throws java.io.IOException
        Overrides:
        encode in class DERSet
        Throws:
        java.io.IOException