| 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 | Field and Description |
|---|---|
private ValidationErrorCode |
ValidationError.errorCode |
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
static ValidationErrorCategory |
ValidationErrorCategory.getErrorCategory(ValidationErrorCode code) |
| Constructor and Description |
|---|
ValidationError(java.security.cert.X509Certificate[] chain,
int position,
ValidationErrorCode errorCode,
java.lang.Object... params) |
| Modifier and Type | Field and Description |
|---|---|
private ValidationErrorCode |
SimpleValidationErrorException.code |
| 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,
java.lang.Object... arguments) |