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 Constants
    Enum Constant
    Description
    when 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 Type
    Method
    Description
    Returns a URI
    Returns the enum constant of this type with the specified name.
    Returns an array containing the constants of this enum type, in the order they are declared.

    Methods inherited from class java.lang.Enum

    clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf

    Methods inherited from class java.lang.Object

    getClass, notify, notifyAll, wait, wait, wait
  • 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 type, in the order they are declared.
      Returns:
      an array containing the constants of this enum type, in the order they are declared
    • valueOf

      public static SignatureValidationProcessID valueOf(String name)
      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 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