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

    • name

      private String name
    • PRIMITIVE

      public static final Form PRIMITIVE
    • CONSTRUCTED

      public static final Form CONSTRUCTED
  • Constructor Details

    • Form

      private Form()
    • Form

      private Form(String name)
  • Method Details