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.
|
Modifier and Type | Field and Description |
---|---|
protected CrlCheckingMode |
RevocationParameters.crlCheckingMode |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
RevocationParameters.setCrlCheckingMode(CrlCheckingMode crlCheckingMode)
Changes CRL settings that shall be used.
|
Constructor and 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.
|
Constructor and Description |
---|
CRLRevocationChecker(ExtPKIXParameters2 paramsPKIX,
Date validDate,
PublicKey workingPublicKey,
List<?> certificates,
CrlCheckingMode checkingMode) |
Constructor and 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.
|
Copyright © 2012-2017 European Middleware Initiative. All Rights Reserved.