com.ibm.security12.sun.security.x509
Class GeneralSubtrees

java.lang.Object
  |
  +--com.ibm.security12.sun.security.x509.GeneralSubtrees

public class GeneralSubtrees
extends Object

Represent the GeneralSubtrees ASN.1 object.

Version:
1.6
Author:
Amit Kapoor, Hemma Prafullchandra

Constructor Summary
GeneralSubtrees(DerValue val)
          Create the object from the passed DER encoded form.
GeneralSubtrees(Vector trees)
          The default constructor for the class.
 
Method Summary
 void encode(DerOutputStream out)
          Encode the GeneralSubtrees.
 String toString()
          Return a printable string of the GeneralSubtree.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GeneralSubtrees

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

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.
Method Detail

toString

public String toString()
Return a printable string of the GeneralSubtree.
Overrides:
toString in class Object

encode

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