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

Packages that use StoreUpdateListener
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. 
eu.emi.security.authn.x509.impl Contains implementation classes of the library. 
 

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

Methods in eu.emi.security.authn.x509 with parameters of type StoreUpdateListener
 void X509CertChainValidator.addUpdateListener(StoreUpdateListener listener)
          Registers a listener which can react to errors found during refreshing of the trust material: trusted CAs or CRLs.
 void X509CertChainValidator.removeUpdateListener(StoreUpdateListener listener)
          Unregisters a previously registered CA or CRL update listener.
 

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

Methods in eu.emi.security.authn.x509.helpers with parameters of type StoreUpdateListener
 void ObserversHandler.addObserver(StoreUpdateListener listener)
          Registers a listener which can react to errors found during refreshing of the trust material: trusted CAs or CRLs.
 void BinaryCertChainValidator.addUpdateListener(StoreUpdateListener listener)
          Registers a listener which can react to errors found during refreshing of the trust material: trusted CAs or CRLs.
 void ObserversHandler.removeObserver(StoreUpdateListener listener)
          Unregisters a previously registered CA or CRL update listener.
 void BinaryCertChainValidator.removeUpdateListener(StoreUpdateListener listener)
          Unregisters a previously registered CA or CRL update listener.
 

Constructor parameters in eu.emi.security.authn.x509.helpers with type arguments of type StoreUpdateListener
ObserversHandler(Collection<? extends StoreUpdateListener> initialObservers)
           
 

Uses of StoreUpdateListener in eu.emi.security.authn.x509.helpers.pkipath
 

Methods in eu.emi.security.authn.x509.helpers.pkipath with parameters of type StoreUpdateListener
 void AbstractValidator.addUpdateListener(StoreUpdateListener listener)
          Registers a listener which can react to errors found during refreshing of the trust material: trusted CAs or CRLs.
 void AbstractValidator.removeUpdateListener(StoreUpdateListener listener)
          Unregisters a previously registered CA or CRL update listener.
 

Constructor parameters in eu.emi.security.authn.x509.helpers.pkipath with type arguments of type StoreUpdateListener
AbstractValidator(Collection<? extends StoreUpdateListener> initialListeners)
          Default constructor is available, the subclass must initialize the parent with the init() method.
PlainCRLValidator(RevocationParametersExt revocationParams, Collection<? extends StoreUpdateListener> listeners)
          Constructs a new validator instance.
 

Uses of StoreUpdateListener in eu.emi.security.authn.x509.impl
 

Fields in eu.emi.security.authn.x509.impl with type parameters of type StoreUpdateListener
protected  Collection<? extends StoreUpdateListener> ValidatorParams.initialListeners
           
 

Methods in eu.emi.security.authn.x509.impl that return types with arguments of type StoreUpdateListener
 Collection<? extends StoreUpdateListener> ValidatorParams.getInitialListeners()
           
 

Method parameters in eu.emi.security.authn.x509.impl with type arguments of type StoreUpdateListener
 void ValidatorParams.setInitialListeners(Collection<? extends StoreUpdateListener> initialListeners)
           
 

Constructor parameters in eu.emi.security.authn.x509.impl with type arguments of type StoreUpdateListener
ValidatorParams(RevocationParameters revocationSettings, ProxySupport allowProxy, Collection<? extends StoreUpdateListener> initialListeners)
          Full version, allows for setting all parameters.
ValidatorParamsExt(RevocationParametersExt revocationSettings, ProxySupport allowProxy, Collection<? extends StoreUpdateListener> initialListeners)
          Full version, allows for setting all parameters.
 



Copyright © 2012-2013 European Middleware Initiative. All Rights Reserved.