Searched refs:crlStore (Results 1 - 3 of 3) sorted by relevance

/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/
H A DCMSSignedGenerator.java253 * Add the CRLs in crlStore to the CRL set to be included with the generated SignedData message.
255 * @param crlStore the store containing the CRLs to be included.
259 Store crlStore)
262 crls.addAll(CMSUtils.getCRLsFromStore(crlStore));
258 addCRLs( Store crlStore) argument
H A DCMSUtils.java172 static List getCRLsFromStore(Store crlStore) argument
179 for (Iterator it = crlStore.getMatches(null).iterator(); it.hasNext();)
H A DCMSSignedData.java76 X509Store crlStore; field in class:CMSSignedData
395 // if (crlStore == null)
397 // crlStore = HELPER.createCRLsStore(type, provider, getCRLs());
400 // return crlStore;

Completed in 73 milliseconds