org.mozilla.jss.asn1

Class Form

public class Form extends Object

An enumerated type representing the forms of an ASN.1 value. The possibilities are PRIMITIVE and CONSTRUCTED.
Field Summary
static FormCONSTRUCTED
static FormPRIMITIVE
Method Summary
StringtoString()

Field Detail

CONSTRUCTED

public static final Form CONSTRUCTED

PRIMITIVE

public static final Form PRIMITIVE

Method Detail

toString

public String toString()