Uses of Enum
eu.emi.security.authn.x509.CrlCheckingMode
Packages that use CrlCheckingMode
Package
Description
Contains API of the library.
Helper classes, implementing general revocation checking functionality.
Contains implementation classes of the library.
-
Uses of CrlCheckingMode in eu.emi.security.authn.x509
Fields in eu.emi.security.authn.x509 declared as CrlCheckingModeMethods in eu.emi.security.authn.x509 that return CrlCheckingModeModifier and TypeMethodDescriptionRevocationParameters.getCrlCheckingMode()
Returns the current CRL settings.static CrlCheckingMode
Returns the enum constant of this type with the specified name.static CrlCheckingMode[]
CrlCheckingMode.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 CrlCheckingModeModifier and TypeMethodDescriptionvoid
RevocationParameters.setCrlCheckingMode
(CrlCheckingMode crlCheckingMode) Changes CRL settings that shall be used.Constructors in eu.emi.security.authn.x509 with parameters of type CrlCheckingModeModifierConstructorDescriptionRevocationParameters
(CrlCheckingMode crlCheckingMode) Deprecated.RevocationParameters
(CrlCheckingMode crlCheckingMode, OCSPParametes ocspParameters) One positive revocation source is enough to finish validation, order is set to OCSP first, then CRL.RevocationParameters
(CrlCheckingMode crlCheckingMode, OCSPParametes ocspParametes, boolean useAllEnabled, RevocationParameters.RevocationCheckingOrder order) Constructor allowing to control all settings. -
Uses of CrlCheckingMode in eu.emi.security.authn.x509.helpers.revocation
Constructors in eu.emi.security.authn.x509.helpers.revocation with parameters of type CrlCheckingModeModifierConstructorDescriptionCRLRevocationChecker
(ExtPKIXParameters2 paramsPKIX, Date validDate, PublicKey workingPublicKey, List<?> certificates, CrlCheckingMode checkingMode) -
Uses of CrlCheckingMode in eu.emi.security.authn.x509.impl
Constructors in eu.emi.security.authn.x509.impl with parameters of type CrlCheckingModeModifierConstructorDescriptionRevocationParametersExt
(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