Package eu.europa.esig.dss.jades
Enum Class JAdESSigningTimeType
- All Implemented Interfaces:
Serializable
,Comparable<JAdESSigningTimeType>
,Constable
Contains possible types for a claimed signing time header incorporation within a JAdES signature
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic JAdESSigningTimeType
Returns the enum constant of this class with the specified name.static JAdESSigningTimeType[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
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
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
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
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 nameNullPointerException
- if the argument is null
-