Package eu.europa.esig.dss.enumerations
Enum SubIndication
- All Implemented Interfaces:
UriBasedEnum
,Serializable
,Comparable<SubIndication>
public enum SubIndication extends Enum<SubIndication> implements UriBasedEnum
Sub indication values
Source ETSI EN 319 102-1
-
Enum Constant Summary
-
Method Summary
Modifier and Type Method Description static SubIndication
forName(String value)
SubIndication can be nullString
getUri()
static SubIndication
valueOf(String name)
Returns the enum constant of this type with the specified name.static SubIndication[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
FORMAT_FAILURE
-
HASH_FAILURE
-
SIG_CRYPTO_FAILURE
-
REVOKED
-
SIG_CONSTRAINTS_FAILURE
-
CHAIN_CONSTRAINTS_FAILURE
-
CERTIFICATE_CHAIN_GENERAL_FAILURE
-
CRYPTO_CONSTRAINTS_FAILURE
-
EXPIRED
-
NOT_YET_VALID
-
POLICY_PROCESSING_ERROR
-
SIGNATURE_POLICY_NOT_AVAILABLE
-
TIMESTAMP_ORDER_FAILURE
-
NO_SIGNING_CERTIFICATE_FOUND
-
NO_CERTIFICATE_CHAIN_FOUND
-
REVOKED_NO_POE
-
REVOKED_CA_NO_POE
-
OUT_OF_BOUNDS_NO_POE
-
OUT_OF_BOUNDS_NOT_REVOKED
-
CRYPTO_CONSTRAINTS_FAILURE_NO_POE
-
NO_POE
-
TRY_LATER
-
SIGNED_DATA_NOT_FOUND
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified nameNullPointerException
- if the argument is null
-
getUri
- Specified by:
getUri
in interfaceUriBasedEnum
-
forName
SubIndication can be null- Parameters:
value
- the string value to be converted- Returns:
- the related SubIndication
-