Uses of Class
eu.emi.security.authn.x509.impl.CRLParameters

Packages that use CRLParameters
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.pkipath Helper classes for internal, low level, logic of certificate path validation. 
eu.emi.security.authn.x509.impl Contains implementation classes of the library. 
 

Uses of CRLParameters in eu.emi.security.authn.x509.helpers.crl
 

Constructors in eu.emi.security.authn.x509.helpers.crl with parameters of type CRLParameters
PlainCRLStoreSpi(CRLParameters params, Timer t, ObserversHandler observers)
           
 

Uses of CRLParameters in eu.emi.security.authn.x509.helpers.pkipath
 

Methods in eu.emi.security.authn.x509.helpers.pkipath with parameters of type CRLParameters
protected  PlainCRLStoreSpi PlainCRLValidator.createCRLStore(CRLParameters crlParams, Timer t)
          This method can be overridden if a different implementation of the PlainCRLStoreSpi (its subclass) should be used.
 

Uses of CRLParameters in eu.emi.security.authn.x509.impl
 

Fields in eu.emi.security.authn.x509.impl declared as CRLParameters
protected  CRLParameters RevocationParametersExt.crlParameters
           
 

Methods in eu.emi.security.authn.x509.impl that return CRLParameters
 CRLParameters CRLParameters.clone()
           
 CRLParameters RevocationParametersExt.getCrlParameters()
          Returns CRL parameters
 

Methods in eu.emi.security.authn.x509.impl with parameters of type CRLParameters
 void RevocationParametersExt.setCrlParameters(CRLParameters crlParameters)
          Sets CRL parameters to be used.
 

Constructors in eu.emi.security.authn.x509.impl with parameters of type CRLParameters
RevocationParametersExt(CrlCheckingMode crlCheckingMode, CRLParameters crlParameters)
          Deprecated. Use RevocationParametersExt.RevocationParametersExt(CrlCheckingMode, CRLParameters, OCSPParametes) instead
RevocationParametersExt(CrlCheckingMode crlCheckingMode, CRLParameters crlParameters, OCSPParametes ocspParametes)
          Constructor allowing to set CRL checking mode and all OCSP settings.
RevocationParametersExt(CrlCheckingMode crlCheckingMode, CRLParameters crlParameters, OCSPParametes ocspParametes, boolean useAllEnabled, RevocationParameters.RevocationCheckingOrder order)
          Full fledged constructor.
 



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