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 TypeMethodDescriptionvoidX509CertChainValidator.addUpdateListener(StoreUpdateListener listener) Registers a listener which can react to errors found during refreshing of the trust material: trusted CAs or CRLs.voidX509CertChainValidator.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 StoreUpdateListenerModifier and TypeMethodDescriptionvoidObserversHandler.addObserver(StoreUpdateListener listener) Registers a listener which can react to errors found during refreshing of the trust material: trusted CAs or CRLs.voidBinaryCertChainValidator.addUpdateListener(StoreUpdateListener listener) Registers a listener which can react to errors found during refreshing of the trust material: trusted CAs or CRLs.voidObserversHandler.removeObserver(StoreUpdateListener listener) Unregisters a previously registered CA or CRL update listener.voidBinaryCertChainValidator.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 TypeMethodDescriptionvoidAbstractValidator.addUpdateListener(StoreUpdateListener listener) Registers a listener which can react to errors found during refreshing of the trust material: trusted CAs or CRLs.voidAbstractValidator.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.initialListenersMethods 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 TypeMethodDescriptionvoidValidatorParams.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.