Uses of Class
eu.emi.security.authn.x509.ValidationErrorCode
-
Packages that use ValidationErrorCode Package Description eu.emi.security.authn.x509 Contains API of the library.eu.emi.security.authn.x509.helpers.pkipath Helper classes for internal, low level, logic of certificate path validation. -
-
Uses of ValidationErrorCode in eu.emi.security.authn.x509
Fields in eu.emi.security.authn.x509 declared as ValidationErrorCode Modifier and Type Field Description private ValidationErrorCode
ValidationError. errorCode
Methods in eu.emi.security.authn.x509 that return ValidationErrorCode Modifier and Type Method Description ValidationErrorCode
ValidationError. getErrorCode()
Gets the unique error code.static ValidationErrorCode
ValidationErrorCode. valueOf(java.lang.String name)
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 ValidationErrorCode Modifier and Type Method Description static ValidationErrorCategory
ValidationErrorCategory. getErrorCategory(ValidationErrorCode code)
Constructors in eu.emi.security.authn.x509 with parameters of type ValidationErrorCode Constructor Description ValidationError(java.security.cert.X509Certificate[] chain, int position, ValidationErrorCode errorCode, java.lang.Object... params)
-
Uses of ValidationErrorCode in eu.emi.security.authn.x509.helpers.pkipath
Fields in eu.emi.security.authn.x509.helpers.pkipath declared as ValidationErrorCode Modifier and Type Field Description private ValidationErrorCode
SimpleValidationErrorException. code
Methods in eu.emi.security.authn.x509.helpers.pkipath that return ValidationErrorCode Modifier and Type Method Description ValidationErrorCode
SimpleValidationErrorException. getCode()
Methods in eu.emi.security.authn.x509.helpers.pkipath with parameters of type ValidationErrorCode Modifier and Type Method Description void
SimpleValidationErrorException. setCode(ValidationErrorCode code)
Constructors in eu.emi.security.authn.x509.helpers.pkipath with parameters of type ValidationErrorCode Constructor Description SimpleValidationErrorException(ValidationErrorCode code, java.lang.Object... arguments)
-