Enum InvalidSignature

java.lang.Object
java.lang.Enum<InvalidSignature>
es.uji.crypto.xades.jxades.security.xml.InvalidSignature
All Implemented Interfaces:
Serializable, Comparable<InvalidSignature>, java.lang.constant.Constable

public enum InvalidSignature extends Enum<InvalidSignature>
  • Enum Constant Details

    • WRONG_XML_SIGNATURE

      public static final InvalidSignature WRONG_XML_SIGNATURE
    • INAPPROPRIATE_XML_CONTEXT

      public static final InvalidSignature INAPPROPRIATE_XML_CONTEXT
    • NOT_COMPATIBLE_VALIDATE_CONTEXT

      public static final InvalidSignature NOT_COMPATIBLE_VALIDATE_CONTEXT
    • NULL_VALIDATE_CONTEXT

      public static final InvalidSignature NULL_VALIDATE_CONTEXT
    • BAD_SIGNATURE_VALUE

      public static final InvalidSignature BAD_SIGNATURE_VALUE
    • BAD_REFERENCE

      public static final InvalidSignature BAD_REFERENCE
    • UNEXPECTED_EXCEPTION

      public static final InvalidSignature UNEXPECTED_EXCEPTION
  • Field Details

    • description

      private String description
  • Constructor Details

    • InvalidSignature

      private InvalidSignature(String description)
  • Method Details

    • values

      public static InvalidSignature[] 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 InvalidSignature 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
    • getDescription

      public String getDescription()