Searched defs:getCRL (Results 1 - 4 of 4) sorted by relevance

/forgerock/openam-v13/openam-certs/src/main/java/com/sun/identity/security/cert/
H A DCRLValidator.java136 AMCRLStore.getCRL(ldapParams, cert, crlSearchAttr);
177 static public X509CRL getCRL(X509Certificate cert) { method in class:CRLValidator
195 crl = store.getCRL(cert);
H A DAMCRLStore.java134 public X509CRL getCRL(X509Certificate certificate) throws IOException { method in class:AMCRLStore
140 debug.message("AMCRLStore.getCRL: Trying to get CRL from cache");
151 debug.message("AMCRLStore.getCRL: crl is null");
163 debug.message("AMCRLStore.getCRL: need CRL update");
173 debug.message("AMCRLStore.getCRL: crlIDPExt is null");
180 debug.message("AMCRLStore.getCRL: crlDPExt is null");
197 debug.message("AMCRLStore.getCRL: new crl = " + tmpcrl);
210 debug.message("AMCRLStore.getCRL: Updating CRL cache");
216 debug.error("AMCRLStore.getCRL: Error in getting CRL : ", e);
718 public static X509CRL getCRL(AMLDAPCertStoreParameter method in class:AMCRLStore
[all...]
/forgerock/openam/openam-certs/src/main/java/com/sun/identity/security/cert/
H A DCRLValidator.java136 AMCRLStore.getCRL(ldapParams, cert, crlSearchAttr);
177 static public X509CRL getCRL(X509Certificate cert) { method in class:CRLValidator
195 crl = store.getCRL(cert);
H A DAMCRLStore.java136 public X509CRL getCRL(X509Certificate certificate) throws IOException { method in class:AMCRLStore
142 debug.message("AMCRLStore.getCRL: Trying to get CRL from cache");
153 debug.message("AMCRLStore.getCRL: crl is null");
165 debug.message("AMCRLStore.getCRL: need CRL update");
175 debug.message("AMCRLStore.getCRL: crlIDPExt is null");
182 debug.message("AMCRLStore.getCRL: crlDPExt is null");
199 debug.message("AMCRLStore.getCRL: new crl = " + tmpcrl);
212 debug.message("AMCRLStore.getCRL: Updating CRL cache");
218 debug.error("AMCRLStore.getCRL: Error in getting CRL : ", e);
720 public static X509CRL getCRL(AMLDAPCertStoreParameter method in class:AMCRLStore
[all...]

Completed in 77 milliseconds