Uses of Class
eu.emi.security.authn.x509.OCSPResponder
-
Packages that use OCSPResponder 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. -
-
Uses of OCSPResponder in eu.emi.security.authn.x509
Fields in eu.emi.security.authn.x509 declared as OCSPResponder Modifier and Type Field Description protected OCSPResponder[]
OCSPParametes. localResponders
Methods in eu.emi.security.authn.x509 that return OCSPResponder Modifier and Type Method Description OCSPResponder[]
OCSPParametes. getLocalResponders()
Methods in eu.emi.security.authn.x509 with parameters of type OCSPResponder Modifier and Type Method Description void
OCSPParametes. setLocalResponders(OCSPResponder[] localResponders)
Constructors in eu.emi.security.authn.x509 with parameters of type OCSPResponder Constructor 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, java.lang.String diskCachePath)
Full constructorOCSPParametes(OCSPCheckingMode checkingMode, OCSPResponder[] localResponders, int cacheTtl, java.lang.String diskCachePath)
Uses default settings for timeout (OCSPParametes.DEFAULT_TIMEOUT
), prefers local responders, do not sign requests and do not use nonce. -
Uses of OCSPResponder in eu.emi.security.authn.x509.helpers.ocsp
Methods in eu.emi.security.authn.x509.helpers.ocsp that return types with arguments of type OCSPResponder Modifier and Type Method Description protected java.util.List<OCSPResponder>
OCSPVerifier. getOCSPUrls(java.security.cert.X509Certificate certificate, java.security.cert.X509Certificate issuerCert)
-