Package org.mozilla.jss.asn1
Class Form
- java.lang.Object
-
- org.mozilla.jss.asn1.Form
-
public class Form extends java.lang.Object
An enumerated type representing the forms of an ASN.1 value. The possibilities are PRIMITIVE and CONSTRUCTED.
-
-
Field Summary
Fields Modifier and Type Field Description static Form
CONSTRUCTED
static Form
PRIMITIVE
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
toString()
-