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