Uses of Class
eu.emi.security.authn.x509.OCSPParametes
-
Packages that use OCSPParametes 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. -
-
Uses of OCSPParametes in eu.emi.security.authn.x509
Fields in eu.emi.security.authn.x509 declared as OCSPParametes Modifier and Type Field Description protected OCSPParametes
RevocationParameters. ocspParameters
Methods in eu.emi.security.authn.x509 that return OCSPParametes Modifier and Type Method Description OCSPParametes
RevocationParameters. getOcspParameters()
Returns the current OCSP settings.Methods in eu.emi.security.authn.x509 with parameters of type OCSPParametes Modifier and Type Method Description void
RevocationParameters. setOcspParameters(OCSPParametes ocspParametes)
Changes OCSP settings that shall be used.Constructors in eu.emi.security.authn.x509 with parameters of type OCSPParametes Constructor 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. -
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 Constructor Description 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 Constructor 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.
-