Enum ValidationErrorCode

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Comparable<ValidationErrorCode>

    public enum ValidationErrorCode
    extends java.lang.Enum<ValidationErrorCode>
    This enumeration contains codes of errors that can be signaled during certificate path validation. This classification is provided to allow applications to have fine grained error handling.

    This codes are used as keys for getting the messages from the message bundle 'validationErrors' (defined in a properties file).

    Author:
    K. Benedyczak