Class DERSet

    • Constructor Detail

      • DERSet

        public DERSet()
        create an empty set
      • DERSet

        public DERSet​(DEREncodable obj)
        Parameters:
        obj - - a single object that makes up the set.
      • DERSet

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

        public DERSet​(ASN1Encodable[] a)
        create a set from an array of objects.
      • DERSet

        DERSet​(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
        Specified by:
        encode in class ASN1Set
        Throws:
        java.io.IOException