Class GeneralSubtrees

java.lang.Object
org.mozilla.jss.netscape.security.x509.GeneralSubtrees
All Implemented Interfaces:
Serializable

public class GeneralSubtrees extends Object implements Serializable
Represent the GeneralSubtrees ASN.1 object.
Version:
1.4
See Also:
  • Field Details

  • Constructor Details

    • GeneralSubtrees

      public GeneralSubtrees(Vector<GeneralSubtree> trees)
      The default constructor for the class.
      Parameters:
      trees - the sequence of GeneralSubtree.
    • GeneralSubtrees

      public GeneralSubtrees(DerValue val) throws IOException
      Create the object from the passed DER encoded form.
      Parameters:
      val - the DER encoded form of the same.
      Throws:
      IOException
  • Method Details