Uses of Interface
eu.emi.security.authn.x509.ValidationErrorListener
Packages that use ValidationErrorListener
Package
Description
Contains API of the library.
Consists of general purpose classes, helping to implement generic functionality of the library.
Helper classes for internal, low level, logic of certificate path validation.
-
Uses of ValidationErrorListener in eu.emi.security.authn.x509
Methods in eu.emi.security.authn.x509 with parameters of type ValidationErrorListenerModifier and TypeMethodDescriptionvoid
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. -
Uses of ValidationErrorListener in eu.emi.security.authn.x509.helpers
Methods in eu.emi.security.authn.x509.helpers with parameters of type ValidationErrorListenerModifier and TypeMethodDescriptionvoid
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. -
Uses of ValidationErrorListener in eu.emi.security.authn.x509.helpers.pkipath
Fields in eu.emi.security.authn.x509.helpers.pkipath with type parameters of type ValidationErrorListenerModifier and TypeFieldDescriptionprotected Set
<ValidationErrorListener> AbstractValidator.listeners
Methods in eu.emi.security.authn.x509.helpers.pkipath with parameters of type ValidationErrorListenerModifier and TypeMethodDescriptionvoid
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.