org.mozilla.jss.asn1

Class 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

static Form
CONSTRUCTED
static Form
PRIMITIVE

Method Summary

String
toString()

Field Details

CONSTRUCTED

public static final Form CONSTRUCTED

PRIMITIVE

public static final Form PRIMITIVE

Method Details

toString

public String toString()