Class Form

java.lang.Object
org.mozilla.jss.asn1.Form

public class Form extends Object
An enumerated type representing the forms of an ASN.1 value. The possibilities are PRIMITIVE and CONSTRUCTED.
  • Field Details

    • PRIMITIVE

      public static final Form PRIMITIVE
    • CONSTRUCTED

      public static final Form CONSTRUCTED
  • Method Details