Enum SignatureValidationProcessID
java.lang.Object
java.lang.Enum<SignatureValidationProcessID>
eu.europa.esig.validationreport.enums.SignatureValidationProcessID
- All Implemented Interfaces:
UriBasedEnum
,Serializable
,Comparable<SignatureValidationProcessID>
public enum SignatureValidationProcessID
extends Enum<SignatureValidationProcessID>
implements UriBasedEnum
Defines SignatureValidationProcessID
-
Enum Constant Summary
Enum ConstantDescriptionwhen the SVA performed the Validation Process for Basic Signatures as specified in ETSI TS 119 102-1 [1], clause 5.3.when the SVA performed the Validation process for Signatures providing Long Term Availability and Integrity of Validation Material as specified in ETSI TS 119 102-1 [1], clause 5.6.when the SVA performed the Validation Process for Signatures with Time and Signatures with LongTerm-Validation Material as specified in ETSI TS 119 102-1 [1], clause 5.5. -
Method Summary
Modifier and TypeMethodDescriptiongetUri()
Returns a URIstatic SignatureValidationProcessID
Returns the enum constant of this type with the specified name.static SignatureValidationProcessID[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
BASIC
when the SVA performed the Validation Process for Basic Signatures as specified in ETSI TS 119 102-1 [1], clause 5.3. -
LTVM
when the SVA performed the Validation Process for Signatures with Time and Signatures with LongTerm-Validation Material as specified in ETSI TS 119 102-1 [1], clause 5.5. -
LTA
when the SVA performed the Validation process for Signatures providing Long Term Availability and Integrity of Validation Material as specified in ETSI TS 119 102-1 [1], clause 5.6.
-
-
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
Description copied from interface:UriBasedEnum
Returns a URI- Specified by:
getUri
in interfaceUriBasedEnum
- Returns:
String
-