Uses of Class
eu.emi.security.authn.x509.impl.CRLParameters
-
Packages that use CRLParameters 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.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
Fields in eu.emi.security.authn.x509.helpers.crl declared as CRLParameters Modifier and Type Field Description protected CRLParameters
AbstractCRLStoreSPI. params
Constructors in eu.emi.security.authn.x509.helpers.crl with parameters of type CRLParameters Constructor Description AbstractCRLStoreSPI(CRLParameters params, ObserversHandler observers)
PlainCRLStoreSpi(CRLParameters params, java.util.Timer t, ObserversHandler observers)
Creates a new CRL store. -
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 Modifier and Type Method Description protected PlainCRLStoreSpi
PlainCRLValidator. createCRLStore(CRLParameters crlParams, java.util.Timer t)
This method can be overridden if a different implementation of thePlainCRLStoreSpi
(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 Modifier and Type Field Description protected CRLParameters
RevocationParametersExt. crlParameters
Methods in eu.emi.security.authn.x509.impl that return CRLParameters Modifier and Type Method Description CRLParameters
CRLParameters. clone()
CRLParameters
RevocationParametersExt. getCrlParameters()
Returns CRL parametersMethods in eu.emi.security.authn.x509.impl with parameters of type CRLParameters Modifier and Type Method Description void
RevocationParametersExt. setCrlParameters(CRLParameters crlParameters)
Sets CRL parameters to be used.Constructors in eu.emi.security.authn.x509.impl with parameters of type CRLParameters Constructor Description RevocationParametersExt(CrlCheckingMode crlCheckingMode, CRLParameters crlParameters)
Deprecated.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.
-