Searched refs:crlStore (Results 1 – 2 of 2) sorted by relevance
154 Store crlStore) in addCRLs() argument157 crls.addAll(CMSUtils.getCRLsFromStore(crlStore)); in addCRLs()
203 static List getCRLsFromStore(Store crlStore) in getCRLsFromStore() argument210 for (Iterator it = crlStore.getMatches(null).iterator(); it.hasNext(); ) in getCRLsFromStore()