Class GeneralSubtrees
java.lang.Object
org.mozilla.jss.netscape.security.x509.GeneralSubtrees
- All Implemented Interfaces:
Serializable
Represent the GeneralSubtrees ASN.1 object.
- Version:
- 1.4
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate PrettyPrintFormat
private static final long
private Vector
<GeneralSubtree> -
Constructor Summary
ConstructorsConstructorDescriptionGeneralSubtrees
(Vector<GeneralSubtree> trees) The default constructor for the class.GeneralSubtrees
(DerValue val) Create the object from the passed DER encoded form. -
Method Summary
Modifier and TypeMethodDescriptionvoid
encode
(DerOutputStream out) Encode the GeneralSubtrees.toPrint
(int indent) toString()
Return a printable string of the GeneralSubtree.
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
trees
-
pp
-
-
Constructor Details
-
GeneralSubtrees
The default constructor for the class.- Parameters:
trees
- the sequence of GeneralSubtree.
-
GeneralSubtrees
Create the object from the passed DER encoded form.- Parameters:
val
- the DER encoded form of the same.- Throws:
IOException
-
-
Method Details
-
toString
Return a printable string of the GeneralSubtree. -
toPrint
-
encode
Encode the GeneralSubtrees.- Parameters:
out
- the DerOutputStrean to encode this object to.- Throws:
IOException
-
getSubtrees
-