Package | Description |
---|---|
eu.emi.security.authn.x509 |
Contains API of the library.
|
eu.emi.security.authn.x509.helpers.ocsp |
Contains implementation of On-line Certificate Status Protocol (OCSP), RFC 2560.
|
eu.emi.security.authn.x509.impl |
Contains implementation classes of the library.
|
Modifier and Type | Field and Description |
---|---|
protected OCSPParametes |
RevocationParameters.ocspParameters |
Modifier and Type | Method and Description |
---|---|
OCSPParametes |
RevocationParameters.getOcspParameters()
Returns the current OCSP settings.
|
Modifier and Type | Method and Description |
---|---|
void |
RevocationParameters.setOcspParameters(OCSPParametes ocspParametes)
Changes OCSP settings that shall be used.
|
Constructor and Description |
---|
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 |
---|
OCSPVerifier(OCSPParametes params,
ObserversHandler observers) |
Constructor and Description |
---|
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.