Enum Class TLErrorMessages

java.lang.Object
java.lang.Enum<TLErrorMessages>
br.ufsc.labsec.trustedList.report.TLErrorMessages
All Implemented Interfaces:
Serializable, Comparable<TLErrorMessages>, Constable

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

    • UNOBTAINABLE_OPERATOR_NAME

      public static final TLErrorMessages UNOBTAINABLE_OPERATOR_NAME
    • OPERATOR_NAME_NOT_FOUND

      public static final TLErrorMessages OPERATOR_NAME_NOT_FOUND
    • SCHEME_TERRITORY_DOES_NOT_MATCH

      public static final TLErrorMessages SCHEME_TERRITORY_DOES_NOT_MATCH
    • SCHEMA_ERROR

      public static final TLErrorMessages SCHEMA_ERROR
    • ELEMENT_NOT_FOUND

      public static final TLErrorMessages ELEMENT_NOT_FOUND
    • MALFORMED_ELEMENTS

      public static final TLErrorMessages MALFORMED_ELEMENTS
    • UNABLE_TO_DOWNLOAD_TRUSTED_LIST

      public static final TLErrorMessages UNABLE_TO_DOWNLOAD_TRUSTED_LIST
    • INVALID_HASH

      public static final TLErrorMessages INVALID_HASH
    • NOT_VALID_AT_PRESENT_MOMENT

      public static final TLErrorMessages NOT_VALID_AT_PRESENT_MOMENT
    • INVALID_SIGNATURE

      public static final TLErrorMessages INVALID_SIGNATURE
    • INVALID_SIGNING_CERTIFICATE

      public static final TLErrorMessages INVALID_SIGNING_CERTIFICATE
    • INVALID_KEY_USAGE

      public static final TLErrorMessages INVALID_KEY_USAGE
    • INVALID_EXTENDED_KEY_USAGE

      public static final TLErrorMessages INVALID_EXTENDED_KEY_USAGE
    • INVALID_SKI

      public static final TLErrorMessages INVALID_SKI
    • INVALID_BASIC_CONSTRAINTS

      public static final TLErrorMessages INVALID_BASIC_CONSTRAINTS
    • SIGNER_CERTIFICATE_NOT_FOUND

      public static final TLErrorMessages SIGNER_CERTIFICATE_NOT_FOUND
    • SIGNER_CERTIFICATE_NOT_X509

      public static final TLErrorMessages SIGNER_CERTIFICATE_NOT_X509
    • UNABLE_TO_VALIDATE_SIGNATURE

      public static final TLErrorMessages UNABLE_TO_VALIDATE_SIGNATURE
  • Method Details

    • values

      public static TLErrorMessages[] 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 TLErrorMessages 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
    • toString

      public String toString()
      Overrides:
      toString in class Enum<TLErrorMessages>