|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OCSPParametes | |
---|---|
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. |
Uses of OCSPParametes in eu.emi.security.authn.x509 |
---|
Fields in eu.emi.security.authn.x509 declared as OCSPParametes | |
---|---|
protected OCSPParametes |
RevocationParameters.ocspParameters
|
Methods in eu.emi.security.authn.x509 that return OCSPParametes | |
---|---|
OCSPParametes |
RevocationParameters.getOcspParameters()
Returns the current OCSP settings. |
Methods in eu.emi.security.authn.x509 with parameters of type OCSPParametes | |
---|---|
void |
RevocationParameters.setOcspParameters(OCSPParametes ocspParametes)
Changes OCSP settings that shall be used. |
Constructors in eu.emi.security.authn.x509 with parameters of type OCSPParametes | |
---|---|
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 OCSPParametes in eu.emi.security.authn.x509.helpers.ocsp |
---|
Constructors in eu.emi.security.authn.x509.helpers.ocsp with parameters of type OCSPParametes | |
---|---|
OCSPVerifier(OCSPParametes params,
ObserversHandler observers)
|
Uses of OCSPParametes in eu.emi.security.authn.x509.impl |
---|
Constructors in eu.emi.security.authn.x509.impl with parameters of type OCSPParametes | |
---|---|
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 |