Package de.mtg.jzlint

Enum Class Source

java.lang.Object
java.lang.Enum<Source>
de.mtg.jzlint.Source
All Implemented Interfaces:
Serializable, Comparable<Source>, Constable

public enum Source extends Enum<Source>
  • Enum Constant Details

    • RFC2459

      public static final Source RFC2459
    • RFC3279

      public static final Source RFC3279
    • RFC5280

      public static final Source RFC5280
    • RFC5480

      public static final Source RFC5480
    • RFC5891

      public static final Source RFC5891
    • RFC6960

      public static final Source RFC6960
    • RFC8813

      public static final Source RFC8813
    • APPLE_ROOT_STORE_POLICY

      public static final Source APPLE_ROOT_STORE_POLICY
    • MOZILLA_ROOT_STORE_POLICY

      public static final Source MOZILLA_ROOT_STORE_POLICY
    • COMMUNITY

      public static final Source COMMUNITY
    • CABF_EV_GUIDELINES

      public static final Source CABF_EV_GUIDELINES
    • CABF_BASELINE_REQUIREMENTS

      public static final Source CABF_BASELINE_REQUIREMENTS
    • ETSI_ESI

      public static final Source ETSI_ESI
    • CABF_SMIME_BASELINE_REQUIREMENTS

      public static final Source CABF_SMIME_BASELINE_REQUIREMENTS
    • CABF_CODE_SIGNING_BASELINE_REQUIREMENTS

      public static final Source CABF_CODE_SIGNING_BASELINE_REQUIREMENTS
    • PQC

      public static final Source PQC
  • Method Details

    • values

      public static Source[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static Source valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • getSourceName

      public String getSourceName()