Package de.mtg.jzlint

Enum Class EffectiveDate

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

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

    • ZERO

      public static final EffectiveDate ZERO
    • RFC1035

      public static final EffectiveDate RFC1035
    • RFC2459

      public static final EffectiveDate RFC2459
    • RFC3279

      public static final EffectiveDate RFC3279
    • RFC3280

      public static final EffectiveDate RFC3280
    • RFC3490

      public static final EffectiveDate RFC3490
    • RFC8399

      public static final EffectiveDate RFC8399
    • RFC4325

      public static final EffectiveDate RFC4325
    • RFC4630

      public static final EffectiveDate RFC4630
    • RFC5280

      public static final EffectiveDate RFC5280
    • RFC6818

      public static final EffectiveDate RFC6818
    • RFC6960

      public static final EffectiveDate RFC6960
    • RFC8813

      public static final EffectiveDate RFC8813
    • CABEffectiveDate

      public static final EffectiveDate CABEffectiveDate
    • CABReservedIPDate

      public static final EffectiveDate CABReservedIPDate
    • CABGivenNameDate

      public static final EffectiveDate CABGivenNameDate
    • CABSerialNumberEntropyDate

      public static final EffectiveDate CABSerialNumberEntropyDate
    • CABV102Date

      public static final EffectiveDate CABV102Date
    • CABV113Date

      public static final EffectiveDate CABV113Date
    • CABV114Date

      public static final EffectiveDate CABV114Date
    • CABV116Date

      public static final EffectiveDate CABV116Date
    • CABV130Date

      public static final EffectiveDate CABV130Date
    • CABV131Date

      public static final EffectiveDate CABV131Date
    • CABV170Date

      public static final EffectiveDate CABV170Date
    • NO_SHA1

      public static final EffectiveDate NO_SHA1
    • NoRSA1024RootDate

      public static final EffectiveDate NoRSA1024RootDate
    • NoRSA1024Date

      public static final EffectiveDate NoRSA1024Date
    • GeneralizedDate

      public static final EffectiveDate GeneralizedDate
    • NoReservedIP

      public static final EffectiveDate NoReservedIP
    • SubCert39Month

      public static final EffectiveDate SubCert39Month
    • SubCert825Days

      public static final EffectiveDate SubCert825Days
    • CABV148Date

      public static final EffectiveDate CABV148Date
    • EtsiEn319_412_5_V2_2_1_Date

      public static final EffectiveDate EtsiEn319_412_5_V2_2_1_Date
    • OnionOnlyEVDate

      public static final EffectiveDate OnionOnlyEVDate
    • CABV201Date

      public static final EffectiveDate CABV201Date
    • AppleCTPolicyDate

      public static final EffectiveDate AppleCTPolicyDate
    • MozillaPolicy22Date

      public static final EffectiveDate MozillaPolicy22Date
    • MozillaPolicy24Date

      public static final EffectiveDate MozillaPolicy24Date
    • MozillaPolicy241Date

      public static final EffectiveDate MozillaPolicy241Date
    • MozillaPolicy27Date

      public static final EffectiveDate MozillaPolicy27Date
    • CABFBRs_1_6_2_UnderscorePermissibilitySunsetDate

      public static final EffectiveDate CABFBRs_1_6_2_UnderscorePermissibilitySunsetDate
    • CABFBRs_1_6_2_Date

      public static final EffectiveDate CABFBRs_1_6_2_Date
    • CABFBRs_1_2_1_Date

      public static final EffectiveDate CABFBRs_1_2_1_Date
    • CABFBRs_1_6_9_Date

      public static final EffectiveDate CABFBRs_1_6_9_Date
    • CABFBRs_1_7_1_Date

      public static final EffectiveDate CABFBRs_1_7_1_Date
    • CABFBRs_1_7_9_Date

      public static final EffectiveDate CABFBRs_1_7_9_Date
    • AppleReducedLifetimeDate

      public static final EffectiveDate AppleReducedLifetimeDate
    • CABFBRs_1_8_0_Date

      public static final EffectiveDate CABFBRs_1_8_0_Date
    • CABFBRs_1_8_7_Date

      public static final EffectiveDate CABFBRs_1_8_7_Date
    • NoReservedDomainLabelsDate

      public static final EffectiveDate NoReservedDomainLabelsDate
    • AppleCTPolicy_DURATION_CHANGE

      public static final EffectiveDate AppleCTPolicy_DURATION_CHANGE
    • CABFBRs_OU_Prohibited_Date

      public static final EffectiveDate CABFBRs_OU_Prohibited_Date
    • JANUARY_2019

      public static final EffectiveDate JANUARY_2019
    • SMIME_BR_1_0_DATE

      public static final EffectiveDate SMIME_BR_1_0_DATE
    • CS_BR_3_2_DATE

      public static final EffectiveDate CS_BR_3_2_DATE
    • OCSP_SHA1_SUNSET

      public static final EffectiveDate OCSP_SHA1_SUNSET
    • CRL_REASON_CODE_UPDATE

      public static final EffectiveDate CRL_REASON_CODE_UPDATE
    • SC62_EFFECTIVE_DATE

      public static final EffectiveDate SC62_EFFECTIVE_DATE
  • Method Details

    • values

      public static EffectiveDate[] 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 EffectiveDate 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
    • getZonedDateTime

      public ZonedDateTime getZonedDateTime()