Uses of Class
eu.emi.security.authn.x509.CrlCheckingMode
-
Packages that use CrlCheckingMode Package Description eu.emi.security.authn.x509 Contains API of the library.eu.emi.security.authn.x509.helpers.revocation Helper classes, implementing general revocation checking functionality.eu.emi.security.authn.x509.impl Contains implementation classes of the library. -
-
Uses of CrlCheckingMode in eu.emi.security.authn.x509
Fields in eu.emi.security.authn.x509 declared as CrlCheckingMode Modifier and Type Field Description protected CrlCheckingMode
RevocationParameters. crlCheckingMode
Methods in eu.emi.security.authn.x509 that return CrlCheckingMode Modifier and Type Method Description CrlCheckingMode
RevocationParameters. getCrlCheckingMode()
Returns the current CRL settings.static CrlCheckingMode
CrlCheckingMode. valueOf(java.lang.String name)
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 CrlCheckingMode Modifier and Type Method Description void
RevocationParameters. setCrlCheckingMode(CrlCheckingMode crlCheckingMode)
Changes CRL settings that shall be used.Constructors in eu.emi.security.authn.x509 with parameters of type CrlCheckingMode Constructor Description RevocationParameters(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 CrlCheckingMode Constructor Description CRLRevocationChecker(ExtPKIXParameters2 paramsPKIX, java.util.Date validDate, java.security.PublicKey workingPublicKey, java.util.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 CrlCheckingMode 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.
-