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 TypeMethodDescriptionvoidX509CertChainValidator.addValidationListener(ValidationErrorListener listener) Registers a listener which can react to errors found during certificate validation.voidX509CertChainValidator.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 TypeMethodDescriptionvoidBinaryCertChainValidator.addValidationListener(ValidationErrorListener listener) Registers a listener which can react to errors found during certificate validation.voidBinaryCertChainValidator.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.listenersMethods in eu.emi.security.authn.x509.helpers.pkipath with parameters of type ValidationErrorListenerModifier and TypeMethodDescriptionvoidAbstractValidator.addValidationListener(ValidationErrorListener listener) Registers a listener which can react to errors found during certificate validation.voidAbstractValidator.removeValidationListener(ValidationErrorListener listener) Unregisters a previously registered validation listener.