Uses of Class
eu.emi.security.authn.x509.helpers.ObserversHandler
-
Packages that use ObserversHandler Package Description eu.emi.security.authn.x509.helpers.crl Helper classes implementing Certificate Revocation List access, which is used by the validators together with trust stores.eu.emi.security.authn.x509.helpers.ns Contains implementation of local namespace policy rules for trusted certificate authorities (using Globus and EuGridPMA syntax), which are exclusively used by theOpensslCertChainValidator
eu.emi.security.authn.x509.helpers.ocsp Contains implementation of On-line Certificate Status Protocol (OCSP), RFC 2560.eu.emi.security.authn.x509.helpers.pkipath Helper classes for internal, low level, logic of certificate path validation.eu.emi.security.authn.x509.helpers.trust 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 ObserversHandler Modifier and Type Field Description protected ObserversHandler
AbstractCRLStoreSPI. observers
Constructors in eu.emi.security.authn.x509.helpers.crl with parameters of type ObserversHandler Constructor Description AbstractCRLStoreSPI(CRLParameters params, ObserversHandler observers)
LazyOpensslCRLStoreSpi(java.lang.String path, long crlUpdateInterval, ObserversHandler observers, boolean openssl1Mode)
Creates a new CRL store.OpensslCRLStoreSpi(java.lang.String path, long crlUpdateInterval, java.util.Timer t, ObserversHandler observers, boolean openssl1Mode)
PlainCRLStoreSpi(CRLParameters params, java.util.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 ObserversHandler Modifier and Type Field Description protected ObserversHandler
AbstractNamespacesStore. observers
Constructors in eu.emi.security.authn.x509.helpers.ns with parameters of type ObserversHandler Constructor Description AbstractEuGridPmaNamespacesStore(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, java.lang.String directory, long updateInterval)
LazyGlobusNamespacesStore(ObserversHandler observers, boolean openssl1Mode, java.lang.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 Constructor Description OCSPVerifier(OCSPParametes params, ObserversHandler observers)
-
Uses of ObserversHandler in eu.emi.security.authn.x509.helpers.pkipath
Fields in eu.emi.security.authn.x509.helpers.pkipath declared as ObserversHandler Modifier and Type Field Description protected ObserversHandler
AbstractValidator. observers
protected ObserversHandler
ExtPKIXParameters2. observers
Methods in eu.emi.security.authn.x509.helpers.pkipath that return ObserversHandler Modifier and Type Method Description ObserversHandler
ExtPKIXParameters2. getObservers()
Methods in eu.emi.security.authn.x509.helpers.pkipath with parameters of type ObserversHandler Modifier and Type Method Description protected ExtPKIXParameters2
BCCertPathValidator. createPKIXParameters(java.security.cert.X509Certificate[] toCheck, boolean proxySupport, java.util.Set<java.security.cert.TrustAnchor> trustAnchors, java.security.cert.CertStore crlStore, RevocationParameters revocationParams, ObserversHandler observersHandler)
ValidationResult
BCCertPathValidator. validate(java.security.cert.X509Certificate[] toCheck, boolean proxySupport, java.util.Set<java.security.cert.TrustAnchor> trustAnchors, java.security.cert.CertStore crlStore, RevocationParameters revocationParams, ObserversHandler observersHandler)
Performs validation.Constructors in eu.emi.security.authn.x509.helpers.pkipath with parameters of type ObserversHandler Constructor Description Builder(org.bouncycastle.jcajce.PKIXExtendedParameters.Builder baseBuilder, java.security.cert.PKIXParameters baseOfBase, java.util.Set<java.security.cert.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 ObserversHandler Modifier and Type Field Description protected ObserversHandler
AbstractTrustAnchorStore. observers
Constructors in eu.emi.security.authn.x509.helpers.trust with parameters of type ObserversHandler Constructor Description AbstractTrustAnchorStore(long updateInterval, ObserversHandler observers)
DirectoryTrustAnchorStore(java.util.List<java.lang.String> locations, java.lang.String diskCache, int connectionTimeout, java.util.Timer t, long updateInterval, CertificateUtils.Encoding encoding, ObserversHandler listeners)
DirectoryTrustAnchorStore(java.util.List<java.lang.String> locations, java.lang.String diskCache, int connectionTimeout, java.util.Timer t, long updateInterval, CertificateUtils.Encoding encoding, ObserversHandler observers, boolean noFirstUpdate)
JDKFSTrustAnchorStore(java.lang.String truststorePath, char[] password, java.lang.String type, java.util.Timer t, long updateInterval, ObserversHandler observers)
JDKInMemoryTrustAnchorStore(java.security.KeyStore ks, java.util.Timer timer, long updateInterval, ObserversHandler observers)
LazyOpensslTrustAnchorStoreImpl(java.lang.String basePath, long updateInterval, ObserversHandler observers, boolean openssl1Mode)
OpensslTrustAnchorStoreImpl(java.lang.String basePath, java.util.Timer t, long updateInterval, boolean loadGlobusNs, boolean loadEuGridPmaNs, ObserversHandler observers, boolean openssl1Mode)
TimedTrustAnchorStoreBase(java.util.Timer timer, long updateInterval, ObserversHandler observers)
-