Package eu.europa.esig.dss.enumerations
Enum Class Indication
- All Implemented Interfaces:
UriBasedEnum
,Serializable
,Comparable<Indication>
,Constable
The list of possible values for indications.
Source ETSI EN 319 102-1
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantDescriptionWhen an individual constrain validation failsThe results of the performed checks do not allow to ascertain the signature to be TOTAL-PASSED or TOTAL-FAILED.When no signature is found within the document (empty report is not permitted)When an individual constrain validation succeedsThe cryptographic checks of the signature failed (including checks of hashes of individual data objects that have been signed indirectly), or it is proven that the signing certificate was invalid at the time of generation of the signature, or because the signature is not conformant to one of the base standards to the extent that the cryptographic verification building block is unable to process it.When the cryptographic checks of the signature (including checks of hashes of individual data objects that have been signed indirectly) succeeded as well as all checks prescribed by the signature validation policy have been passed. -
Method Summary
Modifier and TypeMethodDescriptiongetUri()
Returns a URIstatic Indication
Returns the enum constant of this class with the specified name.static Indication[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
TOTAL_PASSED
When the cryptographic checks of the signature (including checks of hashes of individual data objects that have been signed indirectly) succeeded as well as all checks prescribed by the signature validation policy have been passed. -
TOTAL_FAILED
The cryptographic checks of the signature failed (including checks of hashes of individual data objects that have been signed indirectly), or it is proven that the signing certificate was invalid at the time of generation of the signature, or because the signature is not conformant to one of the base standards to the extent that the cryptographic verification building block is unable to process it. -
INDETERMINATE
The results of the performed checks do not allow to ascertain the signature to be TOTAL-PASSED or TOTAL-FAILED. -
PASSED
When an individual constrain validation succeeds -
FAILED
When an individual constrain validation fails -
NO_SIGNATURE_FOUND
When no signature is found within the document (empty report is not permitted)
-
-
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
-
getUri
Description copied from interface:UriBasedEnum
Returns a URI- Specified by:
getUri
in interfaceUriBasedEnum
- Returns:
String
-