Uses of Enum
eu.emi.security.authn.x509.ValidationErrorCode
Packages that use ValidationErrorCode
Package
Description
Contains API of the library.
Helper classes for internal, low level, logic of certificate path validation.
-
Uses of ValidationErrorCode in eu.emi.security.authn.x509
Methods in eu.emi.security.authn.x509 that return ValidationErrorCodeModifier and TypeMethodDescriptionValidationError.getErrorCode()
Gets the unique error code.static ValidationErrorCode
Returns the enum constant of this type with the specified name.static ValidationErrorCode[]
ValidationErrorCode.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in eu.emi.security.authn.x509 with parameters of type ValidationErrorCodeModifier and TypeMethodDescriptionstatic ValidationErrorCategory
ValidationErrorCategory.getErrorCategory
(ValidationErrorCode code) Constructors in eu.emi.security.authn.x509 with parameters of type ValidationErrorCodeModifierConstructorDescriptionValidationError
(X509Certificate[] chain, int position, ValidationErrorCode errorCode, Object... params) -
Uses of ValidationErrorCode in eu.emi.security.authn.x509.helpers.pkipath
Methods in eu.emi.security.authn.x509.helpers.pkipath that return ValidationErrorCodeMethods in eu.emi.security.authn.x509.helpers.pkipath with parameters of type ValidationErrorCodeModifier and TypeMethodDescriptionvoid
SimpleValidationErrorException.setCode
(ValidationErrorCode code) Constructors in eu.emi.security.authn.x509.helpers.pkipath with parameters of type ValidationErrorCodeModifierConstructorDescriptionSimpleValidationErrorException
(ValidationErrorCode code, Object... arguments)