Enum Class JAdESSigningTimeType

java.lang.Object
java.lang.Enum<JAdESSigningTimeType>
eu.europa.esig.dss.jades.JAdESSigningTimeType
All Implemented Interfaces:
Serializable, Comparable<JAdESSigningTimeType>, Constable

public enum JAdESSigningTimeType extends Enum<JAdESSigningTimeType>
Contains possible types for a claimed signing time header incorporation within a JAdES signature
  • Enum Constant Details

    • IAT

      public static final JAdESSigningTimeType IAT
      The iat header parameter as specified in IETF RFC 7519, clause 4.1.6. Before 2025-07-15T00:00:00Z, this header parameter should be incorporated in new JAdES signatures instead the sigT header parameter specified in clause 5.2.1 of the present document. Starting at 2025-07-15T00:00:00Z, this header parameter shall be incorporated in new JAdES signatures.
    • SIG_T

      public static final JAdESSigningTimeType SIG_T
      The sigT header parameter as specified in ETSI TS 119 182-1, clause 5.2.1. Before 2025-07-15T00:00:00Z this header parameter should not be incorporated in new JAdES signatures. Instead, the iaT header parameter should be included. Starting at 2025-07-15T00:00:00Z this header parameter shall not be incorporated in new JAdES signatures.
  • Method Details

    • values

      public static JAdESSigningTimeType[] 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 JAdESSigningTimeType 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