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 FormASN1Header.CONSTRUCTEDstatic final FormForm.CONSTRUCTEDprivate FormASN1Header.formstatic final FormBIT_STRING.FORM(package private) static final FormBMPString.FORMstatic final FormBOOLEAN.FORM(package private) static final FormCharacterString.FORMstatic final FormEXPLICIT.FORMstatic final FormINTEGER.FORMstatic final FormNULL.FORMstatic final FormOBJECT_IDENTIFIER.FORMstatic final FormOCTET_STRING.FORMstatic final FormPrintableString.FORMprotected static final FormSET.FORMstatic final FormTimeBase.FORMstatic final FormUTF8String.FORMstatic final FormASN1Header.PRIMITIVEstatic final FormForm.PRIMITIVEMethods 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 TypeMethodDescriptionbooleanvoidVerifies 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.