Uses of Class
eu.emi.security.authn.x509.OCSPParametes
Packages that use OCSPParametes
Package
Description
Contains API of the library.
Contains implementation of On-line Certificate Status Protocol (OCSP), RFC 2560.
Contains implementation classes of the library.
-
Uses of OCSPParametes in eu.emi.security.authn.x509
Fields in eu.emi.security.authn.x509 declared as OCSPParametesMethods in eu.emi.security.authn.x509 that return OCSPParametesModifier and TypeMethodDescriptionRevocationParameters.getOcspParameters()
Returns the current OCSP settings.Methods in eu.emi.security.authn.x509 with parameters of type OCSPParametesModifier and TypeMethodDescriptionvoid
RevocationParameters.setOcspParameters
(OCSPParametes ocspParametes) Changes OCSP settings that shall be used.Constructors in eu.emi.security.authn.x509 with parameters of type OCSPParametesModifierConstructorDescriptionRevocationParameters
(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 -
Uses of OCSPParametes in eu.emi.security.authn.x509.impl
Constructors in eu.emi.security.authn.x509.impl with parameters of type OCSPParametesModifierConstructorDescriptionRevocationParametersExt
(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.