Searched defs:needCRLUpdate (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-certs/src/main/java/com/sun/identity/security/cert/
H A DAMCRLStore.java161 if (storeParam.isDoUpdateCRLs() && needCRLUpdate(crl)) {
674 private boolean needCRLUpdate(X509CRL crl) { method in class:AMCRLStore
682 debug.message("AMCRLStore.needCRLUpdate: nextCrlUpdate = " +
/forgerock/openam/openam-certs/src/main/java/com/sun/identity/security/cert/
H A DAMCRLStore.java163 if (storeParam.isDoUpdateCRLs() && needCRLUpdate(crl)) {
676 private boolean needCRLUpdate(X509CRL crl) { method in class:AMCRLStore
684 debug.message("AMCRLStore.needCRLUpdate: nextCrlUpdate = " +

Completed in 22 milliseconds