Package | Description |
---|---|
eu.emi.security.authn.x509 |
Contains API of the library.
|
eu.emi.security.authn.x509.helpers.ocsp |
Contains implementation of On-line Certificate Status Protocol (OCSP), RFC 2560.
|
Modifier and Type | Field and Description |
---|---|
protected OCSPResponder[] |
OCSPParametes.localResponders |
Modifier and Type | Method and Description |
---|---|
OCSPResponder[] |
OCSPParametes.getLocalResponders() |
Modifier and Type | Method and Description |
---|---|
void |
OCSPParametes.setLocalResponders(OCSPResponder[] localResponders) |
Constructor and Description |
---|
OCSPParametes(OCSPCheckingMode checkingMode,
OCSPResponder localResponder)
Uses default settings for timeout (
OCSPParametes.DEFAULT_TIMEOUT ), and cache (OCSPParametes.DEFAULT_CACHE and
no disk persistence of cached responses), prefers local responders,
do not sign requests and do not use nonce. |
OCSPParametes(OCSPCheckingMode checkingMode,
OCSPResponder[] localResponders,
int conntectTimeout,
boolean preferLocalResponders,
boolean useNonce,
int cacheTtl,
String diskCachePath)
Full constructor
|
OCSPParametes(OCSPCheckingMode checkingMode,
OCSPResponder[] localResponders,
int cacheTtl,
String diskCachePath)
Uses default settings for timeout (
OCSPParametes.DEFAULT_TIMEOUT ), prefers local responders,
do not sign requests and do not use nonce. |
Modifier and Type | Method and Description |
---|---|
protected List<OCSPResponder> |
OCSPVerifier.getOCSPUrls(X509Certificate certificate,
X509Certificate issuerCert) |
Copyright © 2012-2017 European Middleware Initiative. All Rights Reserved.