CERT_VALIDATION_ENABLE_REVOCATION_CHECKING variable

Name of the property to enable OCSP revocation checking.

Syntax

final String CERT_VALIDATION_ENABLE_REVOCATION_CHECKING

Remarks

Note that this only enables revocation checking in the PKIXParameters. For revocation checking to take effect, OCSP checking should be enabled at the jvm level. Please refer to java security guide on the relevant properties to enable OCSP checking in the JVM.