Uses of Enum Class
eu.emi.security.authn.x509.ValidationErrorCategory
Packages that use ValidationErrorCategory
-
Uses of ValidationErrorCategory in eu.emi.security.authn.x509
Subclasses with type arguments of type ValidationErrorCategory in eu.emi.security.authn.x509Modifier and TypeClassDescriptionenumThis enumeration contains general classes of errors that can be signaled during certificate path validation.Fields in eu.emi.security.authn.x509 declared as ValidationErrorCategoryMethods in eu.emi.security.authn.x509 that return ValidationErrorCategoryModifier and TypeMethodDescriptionValidationError.getErrorCategory()Returns a coarse grained error category.static ValidationErrorCategoryValidationErrorCategory.getErrorCategory(ValidationErrorCode code) static ValidationErrorCategoryReturns the enum constant of this class with the specified name.static ValidationErrorCategory[]ValidationErrorCategory.values()Returns an array containing the constants of this enum class, in the order they are declared.