Package | Description |
---|---|
eu.emi.security.authn.x509 |
Contains API of the library.
|
eu.emi.security.authn.x509.helpers |
Consists of general purpose classes, helping to implement generic functionality 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 |
---|---|
void |
X509CertChainValidator.addValidationListener(ValidationErrorListener listener)
Registers a listener which can react to errors found during certificate
validation.
|
void |
X509CertChainValidator.removeValidationListener(ValidationErrorListener listener)
Unregisters a previously registered validation listener.
|
Modifier and Type | Method and Description |
---|---|
void |
BinaryCertChainValidator.addValidationListener(ValidationErrorListener listener)
Registers a listener which can react to errors found during certificate
validation.
|
void |
BinaryCertChainValidator.removeValidationListener(ValidationErrorListener listener)
Unregisters a previously registered validation listener.
|
Modifier and Type | Field and Description |
---|---|
protected Set<ValidationErrorListener> |
AbstractValidator.listeners |
Modifier and Type | Method and Description |
---|---|
void |
AbstractValidator.addValidationListener(ValidationErrorListener listener)
Registers a listener which can react to errors found during certificate
validation.
|
void |
AbstractValidator.removeValidationListener(ValidationErrorListener listener)
Unregisters a previously registered validation listener.
|
Copyright © 2012–2015 European Middleware Initiative. All rights reserved.