Enum Class SignatureValidationProcessID

java.lang.Object
java.lang.Enum<SignatureValidationProcessID>
eu.europa.esig.validationreport.enums.SignatureValidationProcessID
All Implemented Interfaces:
UriBasedEnum, Serializable, Comparable<SignatureValidationProcessID>, Constable

public enum SignatureValidationProcessID extends Enum<SignatureValidationProcessID> implements UriBasedEnum
Defines SignatureValidationProcessID
  • Enum Constant Details

    • BASIC

      public static final SignatureValidationProcessID BASIC
      when the SVA performed the Validation Process for Basic Signatures as specified in ETSI TS 119 102-1 [1], clause 5.3.
    • LTVM

      public static final SignatureValidationProcessID 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

      public static final SignatureValidationProcessID 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

      public static SignatureValidationProcessID[] 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 SignatureValidationProcessID 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
    • getUri

      public String getUri()
      Description copied from interface: UriBasedEnum
      Returns a URI
      Specified by:
      getUri in interface UriBasedEnum
      Returns:
      String