Uses of Class
eu.emi.security.authn.x509.impl.CRLParameters
Packages that use CRLParameters
Package
Description
Helper classes implementing Certificate Revocation List access, which is used by the
validators together with trust stores.
Helper classes for internal, low level, logic of certificate path validation.
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 CRLParametersConstructors in eu.emi.security.authn.x509.helpers.crl with parameters of type CRLParametersModifierConstructorDescriptionAbstractCRLStoreSPI
(CRLParameters params, ObserversHandler observers) PlainCRLStoreSpi
(CRLParameters params, 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 CRLParametersModifier and TypeMethodDescriptionprotected PlainCRLStoreSpi
PlainCRLValidator.createCRLStore
(CRLParameters crlParams, 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 CRLParametersMethods in eu.emi.security.authn.x509.impl that return CRLParametersModifier and TypeMethodDescriptionCRLParameters.clone()
RevocationParametersExt.getCrlParameters()
Returns CRL parametersMethods in eu.emi.security.authn.x509.impl with parameters of type CRLParametersModifier and TypeMethodDescriptionvoid
RevocationParametersExt.setCrlParameters
(CRLParameters crlParameters) Sets CRL parameters to be used.Constructors in eu.emi.security.authn.x509.impl with parameters of type CRLParametersModifierConstructorDescriptionRevocationParametersExt
(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.
RevocationParametersExt(CrlCheckingMode, CRLParameters, OCSPParametes)
instead