|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ObserversHandler | |
|---|---|
| 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.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 |
|---|
| Constructors in eu.emi.security.authn.x509.helpers.crl with parameters of type ObserversHandler | |
|---|---|
OpensslCRLStoreSpi(String path,
long crlUpdateInterval,
Timer t,
ObserversHandler observers)
|
|
PlainCRLStoreSpi(CRLParameters params,
Timer t,
ObserversHandler observers)
|
|
| 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 | |
|---|---|
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 | |
|---|---|
protected ObserversHandler |
AbstractValidator.observers
|
protected ObserversHandler |
ExtPKIXParameters.observers
|
| Methods in eu.emi.security.authn.x509.helpers.pkipath that return ObserversHandler | |
|---|---|
ObserversHandler |
ExtPKIXParameters.getObservers()
|
| Methods in eu.emi.security.authn.x509.helpers.pkipath with parameters of type ObserversHandler | |
|---|---|
protected ExtPKIXParameters |
BCCertPathValidator.createPKIXParameters(X509Certificate[] toCheck,
boolean proxySupport,
Set<TrustAnchor> trustAnchors,
CertStore crlStore,
RevocationParameters revocationParams,
ObserversHandler observersHandler)
|
ValidationResult |
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 ObserversHandler | |
|---|---|
ExtPKIXParameters(Set<TrustAnchor> trustAnchors,
Selector targetSelector,
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 | |
|---|---|
protected ObserversHandler |
TrustAnchorStoreBase.observers
|
| Constructors in eu.emi.security.authn.x509.helpers.trust with parameters of type ObserversHandler | |
|---|---|
DirectoryTrustAnchorStore(List<String> locations,
String diskCache,
int connectionTimeout,
Timer t,
long updateInterval,
CertificateUtils.Encoding encoding,
ObserversHandler listeners)
|
|
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)
|
|
JDKInMemoryTrustAnchorStore(KeyStore ks,
Timer timer,
long updateInterval,
ObserversHandler observers)
|
|
OpensslTrustAnchorStore(String basePath,
Timer t,
long updateInterval,
boolean loadGlobusNs,
boolean loadEuGridPmaNs,
ObserversHandler observers)
|
|
TrustAnchorStoreBase(Timer timer,
long updateInterval,
ObserversHandler observers)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||