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.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.
|
Constructor and Description |
---|
OpensslCRLStoreSpi(String path,
long crlUpdateInterval,
Timer t,
ObserversHandler observers) |
PlainCRLStoreSpi(CRLParameters params,
Timer t,
ObserversHandler observers) |
Constructor and Description |
---|
OCSPVerifier(OCSPParametes params,
ObserversHandler observers) |
Modifier and Type | Field and Description |
---|---|
protected ObserversHandler |
AbstractValidator.observers |
protected ObserversHandler |
ExtPKIXParameters.observers |
Modifier and Type | Method and Description |
---|---|
ObserversHandler |
ExtPKIXParameters.getObservers() |
Modifier and Type | Method and Description |
---|---|
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.
|
Constructor and Description |
---|
ExtPKIXParameters(Set<TrustAnchor> trustAnchors,
org.bouncycastle.util.Selector targetSelector,
ObserversHandler observers) |
Modifier and Type | Field and Description |
---|---|
protected ObserversHandler |
TrustAnchorStoreBase.observers |
Constructor and Description |
---|
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) |
Copyright © 2012–2013 European Middleware Initiative. All rights reserved.