|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CrlCheckingMode | |
---|---|
eu.emi.security.authn.x509 | Contains API of the library. |
eu.emi.security.authn.x509.helpers.pkipath.bc | Helper classes included (mostly copied) from the BouncyCastle 1.46 library. |
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 | |
---|---|
protected CrlCheckingMode |
RevocationParameters.crlCheckingMode
|
Methods in eu.emi.security.authn.x509 that return CrlCheckingMode | |
---|---|
CrlCheckingMode |
RevocationParameters.getCrlCheckingMode()
Returns the current CRL settings. |
static CrlCheckingMode |
CrlCheckingMode.valueOf(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 | |
---|---|
void |
RevocationParameters.setCrlCheckingMode(CrlCheckingMode crlCheckingMode)
Changes CRL settings that shall be used. |
Constructors in eu.emi.security.authn.x509 with parameters of type CrlCheckingMode | |
---|---|
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.pkipath.bc |
---|
Constructors in eu.emi.security.authn.x509.helpers.pkipath.bc with parameters of type CrlCheckingMode | |
---|---|
CRLRevocationChecker(ExtPKIXParameters 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 CrlCheckingMode | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |