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.
|
Modifier and Type | Method and Description |
---|---|
ValidationErrorCode |
ValidationError.getErrorCode()
Gets the unique error code.
|
static ValidationErrorCode |
ValidationErrorCode.valueOf(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.
|
Modifier and Type | Method and Description |
---|---|
static ValidationErrorCategory |
ValidationErrorCategory.getErrorCategory(ValidationErrorCode code) |
Constructor and Description |
---|
ValidationError(X509Certificate[] chain,
int position,
ValidationErrorCode errorCode,
Object... params) |
Modifier and Type | Method and Description |
---|---|
ValidationErrorCode |
SimpleValidationErrorException.getCode() |
Modifier and Type | Method and Description |
---|---|
void |
SimpleValidationErrorException.setCode(ValidationErrorCode code) |
Constructor and Description |
---|
SimpleValidationErrorException(ValidationErrorCode code,
Object... arguments) |
Copyright © 2012-2017 European Middleware Initiative. All Rights Reserved.