Class DERSet

    • Constructor Detail

      • DERSet

        public DERSet()
        create an empty set
      • DERSet

        public DERSet​(ASN1Encodable obj)
        create a set containing one object
        Parameters:
        obj - the object to go in the set
      • DERSet

        public DERSet​(ASN1EncodableVector v)
        create a set containing a vector of objects.
        Parameters:
        v - the vector of objects to make up the set.
      • DERSet

        public DERSet​(ASN1Encodable[] a)
        create a set containing an array of objects.
        Parameters:
        a - the array of objects to make up the set.