Uses of Class
org.mozilla.jss.asn1.Form
Packages that use Form
-
Uses of Form in org.mozilla.jss.asn1
Fields in org.mozilla.jss.asn1 declared as FormModifier and TypeFieldDescriptionstatic final Form
ASN1Header.CONSTRUCTED
static final Form
Form.CONSTRUCTED
private Form
ASN1Header.form
static final Form
BIT_STRING.FORM
(package private) static final Form
BMPString.FORM
static final Form
BOOLEAN.FORM
(package private) static final Form
CharacterString.FORM
static final Form
EXPLICIT.FORM
static final Form
INTEGER.FORM
static final Form
NULL.FORM
static final Form
OBJECT_IDENTIFIER.FORM
static final Form
OCTET_STRING.FORM
static final Form
PrintableString.FORM
protected static final Form
SET.FORM
static final Form
TimeBase.FORM
static final Form
UTF8String.FORM
static final Form
ASN1Header.PRIMITIVE
static final Form
Form.PRIMITIVE
Methods in org.mozilla.jss.asn1 that return FormModifier and TypeMethodDescriptionASN1Header.getForm()
Returns the Form, PRIMITIVE or CONSTRUCTED.OBJECT_IDENTIFIER.Template.getForm()
Methods in org.mozilla.jss.asn1 with parameters of type FormModifier and TypeMethodDescriptionboolean
void
Verifies that this header has the given tag and form.Constructors in org.mozilla.jss.asn1 with parameters of type FormModifierConstructorDescriptionASN1Header
(Tag tag, Form form, long contentLength) This constructor is to be called when we are constructing an ASN1Value rather than decoding it.