Class DERConstructedSet

    • Constructor Detail

      • DERConstructedSet

        public DERConstructedSet()
        Deprecated.
      • DERConstructedSet

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

        public DERConstructedSet​(DEREncodableVector v)
        Deprecated.
        Parameters:
        v - - a vector of objects making up the set.
    • Method Detail

      • getSize

        public int getSize()
        Deprecated.
      • encode

        void encode​(DEROutputStream out)
             throws java.io.IOException
        Deprecated.
        Specified by:
        encode in class ASN1Set
        Throws:
        java.io.IOException