public class GeneralSubtrees
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
GeneralSubtrees(DerValue val)
Create the object from the passed DER encoded form.
|
GeneralSubtrees(java.util.Vector<GeneralSubtree> trees)
The default constructor for the class.
|
| Modifier and Type | Method and Description |
|---|---|
void |
encode(DerOutputStream out)
Encode the GeneralSubtrees.
|
java.util.Vector<GeneralSubtree> |
getSubtrees() |
java.lang.String |
toPrint(int indent) |
java.lang.String |
toString()
Return a printable string of the GeneralSubtree.
|
public GeneralSubtrees(java.util.Vector<GeneralSubtree> trees)
trees - the sequence of GeneralSubtree.public GeneralSubtrees(DerValue val) throws java.io.IOException
val - the DER encoded form of the same.java.io.IOExceptionpublic java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String toPrint(int indent)
public void encode(DerOutputStream out) throws java.io.IOException
out - the DerOutputStrean to encode this object to.java.io.IOExceptionpublic java.util.Vector<GeneralSubtree> getSubtrees()