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.
-
GeneralSubtrees(DerValue)
- Create the object from the passed DER encoded form.
-
GeneralSubtrees(Vector)
- The default constructor for the class.
-
encode(DerOutputStream)
- Encode the GeneralSubtrees.
-
toString()
- Return a printable string of the GeneralSubtree.
GeneralSubtrees
public GeneralSubtrees(Vector trees)
- The default constructor for the class.
- Parameters:
- s - 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.
toString
public String toString()
- Return a printable string of the GeneralSubtree.
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