Enum ValidationErrorCategory

  • All Implemented Interfaces:
    Serializable, Comparable<ValidationErrorCategory>

    public enum ValidationErrorCategory
    extends Enum<ValidationErrorCategory>
    This enumeration contains general classes of errors that can be signaled during certificate path validation. This classification is provided to allow applications to have coarse grained error handling.
    Author:
    K. Benedyczak