Uses of Class
eu.emi.security.authn.x509.helpers.ObserversHandler
Packages that use ObserversHandler
Package
Description
Helper classes implementing Certificate Revocation List access, which is used by the
validators together with trust stores.
Contains implementation of local namespace policy rules for trusted certificate authorities
(using Globus and EuGridPMA syntax), which are exclusively used by the
OpensslCertChainValidator
Contains implementation of On-line Certificate Status Protocol (OCSP), RFC 2560.
Helper classes for internal, low level, logic of certificate path validation.
Contains implementations of trust stores, which provide access to trusted root
certificates.
-
Uses of ObserversHandler in eu.emi.security.authn.x509.helpers.crl
Fields in eu.emi.security.authn.x509.helpers.crl declared as ObserversHandlerConstructors in eu.emi.security.authn.x509.helpers.crl with parameters of type ObserversHandlerModifierConstructorDescriptionAbstractCRLStoreSPI
(CRLParameters params, ObserversHandler observers) LazyOpensslCRLStoreSpi
(String path, long crlUpdateInterval, ObserversHandler observers, boolean openssl1Mode) Creates a new CRL store.OpensslCRLStoreSpi
(String path, long crlUpdateInterval, Timer t, ObserversHandler observers, boolean openssl1Mode) PlainCRLStoreSpi
(CRLParameters params, Timer t, ObserversHandler observers) Creates a new CRL store. -
Uses of ObserversHandler in eu.emi.security.authn.x509.helpers.ns
Fields in eu.emi.security.authn.x509.helpers.ns declared as ObserversHandlerModifier and TypeFieldDescriptionprotected final ObserversHandler
AbstractNamespacesStore.observers
Constructors in eu.emi.security.authn.x509.helpers.ns with parameters of type ObserversHandlerModifierConstructorDescriptionAbstractEuGridPmaNamespacesStore
(ObserversHandler observers, boolean openssl1Mode) AbstractGlobusNamespacesStore
(ObserversHandler observers, boolean openssl1Mode) AbstractNamespacesStore
(ObserversHandler observers, boolean openssl1Mode) EuGridPmaNamespacesStore
(ObserversHandler observers, boolean openssl1Mode) GlobusNamespacesStore
(ObserversHandler observers, boolean openssl1Mode) LazyEuGridPmaNamespacesStore
(ObserversHandler observers, boolean openssl1Mode, String directory, long updateInterval) LazyGlobusNamespacesStore
(ObserversHandler observers, boolean openssl1Mode, String directory, long updateInterval) -
Uses of ObserversHandler in eu.emi.security.authn.x509.helpers.ocsp
Constructors in eu.emi.security.authn.x509.helpers.ocsp with parameters of type ObserversHandler -
Uses of ObserversHandler in eu.emi.security.authn.x509.helpers.pkipath
Fields in eu.emi.security.authn.x509.helpers.pkipath declared as ObserversHandlerModifier and TypeFieldDescriptionprotected final ObserversHandler
AbstractValidator.observers
protected final ObserversHandler
ExtPKIXParameters2.observers
Methods in eu.emi.security.authn.x509.helpers.pkipath that return ObserversHandlerMethods in eu.emi.security.authn.x509.helpers.pkipath with parameters of type ObserversHandlerModifier and TypeMethodDescriptionprotected ExtPKIXParameters2
BCCertPathValidator.createPKIXParameters
(X509Certificate[] toCheck, boolean proxySupport, Set<TrustAnchor> trustAnchors, CertStore crlStore, RevocationParameters revocationParams, ObserversHandler observersHandler) BCCertPathValidator.validate
(X509Certificate[] toCheck, boolean proxySupport, Set<TrustAnchor> trustAnchors, CertStore crlStore, RevocationParameters revocationParams, ObserversHandler observersHandler) Performs validation.Constructors in eu.emi.security.authn.x509.helpers.pkipath with parameters of type ObserversHandlerModifierConstructorDescriptionBuilder
(org.bouncycastle.jcajce.PKIXExtendedParameters.Builder baseBuilder, PKIXParameters baseOfBase, Set<TrustAnchor> trustAnchors, ObserversHandler observers) -
Uses of ObserversHandler in eu.emi.security.authn.x509.helpers.trust
Fields in eu.emi.security.authn.x509.helpers.trust declared as ObserversHandlerModifier and TypeFieldDescriptionprotected final ObserversHandler
AbstractTrustAnchorStore.observers
Constructors in eu.emi.security.authn.x509.helpers.trust with parameters of type ObserversHandlerModifierConstructorDescriptionAbstractTrustAnchorStore
(long updateInterval, ObserversHandler observers) DirectoryTrustAnchorStore
(List<String> locations, String diskCache, int connectionTimeout, Timer t, long updateInterval, CertificateUtils.Encoding encoding, ObserversHandler listeners) protected
DirectoryTrustAnchorStore
(List<String> locations, String diskCache, int connectionTimeout, Timer t, long updateInterval, CertificateUtils.Encoding encoding, ObserversHandler observers, boolean noFirstUpdate) JDKFSTrustAnchorStore
(String truststorePath, char[] password, String type, Timer t, long updateInterval, ObserversHandler observers) protected
JDKInMemoryTrustAnchorStore
(KeyStore ks, Timer timer, long updateInterval, ObserversHandler observers) LazyOpensslTrustAnchorStoreImpl
(String basePath, long updateInterval, ObserversHandler observers, boolean openssl1Mode) OpensslTrustAnchorStoreImpl
(String basePath, Timer t, long updateInterval, boolean loadGlobusNs, boolean loadEuGridPmaNs, ObserversHandler observers, boolean openssl1Mode) TimedTrustAnchorStoreBase
(Timer timer, long updateInterval, ObserversHandler observers)