Lines Matching defs:AMCRLStore

25  * $Id: AMCRLStore.java,v 1.7 2009/01/28 05:35:12 ww203982 Exp $
108 public class AMCRLStore extends AMCertStore {
118 * Class AMCRLStore is special cased CRL store for LDAP.
119 * A AMCRLStore instance has to have all the information for ldap
125 public AMCRLStore(AMLDAPCertStoreParameters param) {
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);
252 debug.message("AMCRLStore.getCRLFromEntry:");
294 debug.message("AMCRLStore.getCRLFromEntry: crl size = " +
340 debug.message("AMCRLStore.getCRLIDPExt: crl = " + crl);
375 debug.warning("AMCRLStore.getUpdateCRLFromCrlDP: ", ioex);
387 debug.message("AMCRLStore.getUpdateCRLFromCrlDP: DP = " +
398 debug.warning("AMCRLStore.getUpdateCRLFromCrlDP: " +
423 debug.message("AMCRLStore.getUpdateCRLFromCrlIDP: gName = " + gName);
442 debug.message("AMCRLStore.getCRLsFromGeneralNames: gNames.size = " +
498 debug.message("AMCRLStore.getCRLByURI : uri = " + uri);
528 debug.message("AMCRLStore.getCRLByLdapURI: uri = " + uri);
538 debug.error("AMCRLStore.getCRLByLdapURI(): Could not parse uri: {}", uri, e);
541 debug.message("AMCRLStore.getCRLByLdapURI: url.dn = {}", url.getName());
550 debug.error("AMCRLStore.getCRLByLdapURI: Error getting SSL Context", e);
662 debug.message("AMCRLStore.getCRLByHttpURI: crl.length = " +
682 debug.message("AMCRLStore.needCRLUpdate: nextCrlUpdate = " +
753 debug.message("AMCRLStore:getCRL using searchFilter " + searchFilter);
762 AMCRLStore store = new AMCRLStore(ldapParam);
767 debug.error("AMCRLStore:getCRL ", e);