Lines Matching refs:AMCRLStore

25  * $Id: AMCRLStore.java,v 1.7 2009/01/28 05:35:12 ww203982 Exp $
110 public class AMCRLStore extends AMCertStore {
120 * Class AMCRLStore is special cased CRL store for LDAP.
121 * A AMCRLStore instance has to have all the information for ldap
127 public AMCRLStore(AMLDAPCertStoreParameters param) {
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);
254 debug.message("AMCRLStore.getCRLFromEntry:");
296 debug.message("AMCRLStore.getCRLFromEntry: crl size = " +
342 debug.message("AMCRLStore.getCRLIDPExt: crl = " + crl);
377 debug.warning("AMCRLStore.getUpdateCRLFromCrlDP: ", ioex);
389 debug.message("AMCRLStore.getUpdateCRLFromCrlDP: DP = " +
400 debug.warning("AMCRLStore.getUpdateCRLFromCrlDP: " +
425 debug.message("AMCRLStore.getUpdateCRLFromCrlIDP: gName = " + gName);
444 debug.message("AMCRLStore.getCRLsFromGeneralNames: gNames.size = " +
500 debug.message("AMCRLStore.getCRLByURI : uri = " + uri);
530 debug.message("AMCRLStore.getCRLByLdapURI: uri = " + uri);
540 debug.error("AMCRLStore.getCRLByLdapURI(): Could not parse uri: {}", uri, e);
543 debug.message("AMCRLStore.getCRLByLdapURI: url.dn = {}", url.getName());
552 debug.error("AMCRLStore.getCRLByLdapURI: Error getting SSL Context", e);
664 debug.message("AMCRLStore.getCRLByHttpURI: crl.length = " +
684 debug.message("AMCRLStore.needCRLUpdate: nextCrlUpdate = " +
755 debug.message("AMCRLStore:getCRL using searchFilter " + searchFilter);
764 AMCRLStore store = new AMCRLStore(ldapParam);
769 debug.error("AMCRLStore:getCRL ", e);