Uses of Class
eu.emi.security.authn.x509.OCSPCheckingMode

Packages that use OCSPCheckingMode
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 OCSPCheckingMode in eu.emi.security.authn.x509
 

Fields in eu.emi.security.authn.x509 declared as OCSPCheckingMode
protected  OCSPCheckingMode OCSPParametes.checkingMode
           
 

Methods in eu.emi.security.authn.x509 that return OCSPCheckingMode
 OCSPCheckingMode OCSPParametes.getCheckingMode()
           
static OCSPCheckingMode OCSPCheckingMode.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static OCSPCheckingMode[] OCSPCheckingMode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in eu.emi.security.authn.x509 with parameters of type OCSPCheckingMode
 void OCSPParametes.setCheckingMode(OCSPCheckingMode checkingMode)
           
 

Constructors in eu.emi.security.authn.x509 with parameters of type OCSPCheckingMode
OCSPParametes(OCSPCheckingMode checkingMode)
          Constructor without any local responders and default settings.
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.
 

Uses of OCSPCheckingMode in eu.emi.security.authn.x509.helpers.ocsp
 

Constructors in eu.emi.security.authn.x509.helpers.ocsp with parameters of type OCSPCheckingMode
OCSPRevocationChecker(OCSPVerifier verifier, OCSPCheckingMode checkingMode)
           
 



Copyright © 2012-2013 European Middleware Initiative. All Rights Reserved.