Uses of Interface
eu.emi.security.authn.x509.ValidationErrorListener

Packages that use ValidationErrorListener
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. 
 

Uses of ValidationErrorListener in eu.emi.security.authn.x509
 

Methods in eu.emi.security.authn.x509 with parameters of type ValidationErrorListener
 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.
 

Uses of ValidationErrorListener in eu.emi.security.authn.x509.helpers
 

Methods in eu.emi.security.authn.x509.helpers with parameters of type ValidationErrorListener
 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.
 

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 ValidationErrorListener
protected  Set<ValidationErrorListener> AbstractValidator.listeners
           
 

Methods in eu.emi.security.authn.x509.helpers.pkipath with parameters of type ValidationErrorListener
 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-2013 European Middleware Initiative. All Rights Reserved.