All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class netscape.security.x509.GeneralSubtrees

netscape.security.x509.GeneralSubtrees

public class GeneralSubtrees
Represent the GeneralSubtrees ASN.1 object.


Constructor Index

 o GeneralSubtrees(DerValue)
Create the object from the passed DER encoded form.
 o GeneralSubtrees(Vector)
The default constructor for the class.

Method Index

 o encode(DerOutputStream)
Encode the GeneralSubtrees.
 o toString()
Return a printable string of the GeneralSubtree.

Constructors

 o GeneralSubtrees
 public GeneralSubtrees(Vector trees)
The default constructor for the class.

Parameters:
s - trees the sequence of GeneralSubtree.
 o 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.

Methods

 o toString
 public String toString()
Return a printable string of the GeneralSubtree.

 o encode
 public void encode(DerOutputStream out) throws IOException
Encode the GeneralSubtrees.

Parameters:
s - out the DerOutputStrean to encode this object to.

All Packages  Class Hierarchy  This Package  Previous  Next  Index