Class DERConstructedSet

All Implemented Interfaces:
DEREncodable, DERTags

public class DERConstructedSet extends ASN1Set
Deprecated.
use DERSet
  • Constructor Details

    • 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 Details