Uses of Interface
eu.emi.security.authn.x509.StoreUpdateListener
Packages that use StoreUpdateListener
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.
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 StoreUpdateListenerModifier and TypeMethodDescriptionvoid
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
Fields in eu.emi.security.authn.x509.helpers with type parameters of type StoreUpdateListenerMethods in eu.emi.security.authn.x509.helpers with parameters of type StoreUpdateListenerModifier and TypeMethodDescriptionvoid
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 StoreUpdateListenerModifierConstructorDescriptionObserversHandler
(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 StoreUpdateListenerModifier and TypeMethodDescriptionvoid
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 StoreUpdateListenerModifierConstructorDescriptionAbstractValidator
(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 StoreUpdateListenerModifier and TypeFieldDescriptionprotected Collection
<? extends StoreUpdateListener> ValidatorParams.initialListeners
Methods in eu.emi.security.authn.x509.impl that return types with arguments of type StoreUpdateListenerModifier and TypeMethodDescriptionCollection
<? extends StoreUpdateListener> ValidatorParams.getInitialListeners()
Method parameters in eu.emi.security.authn.x509.impl with type arguments of type StoreUpdateListenerModifier and TypeMethodDescriptionvoid
ValidatorParams.setInitialListeners
(Collection<? extends StoreUpdateListener> initialListeners) Constructor parameters in eu.emi.security.authn.x509.impl with type arguments of type StoreUpdateListenerModifierConstructorDescriptionValidatorParams
(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.