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

/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/
H A DCMSSignedGenerator.java145 * Add the CRLs in crlStore to the CRL set to be included with the generated SignedData message.
147 * @param crlStore the store containing the CRLs to be included.
151 Store crlStore)
154 crls.addAll(CMSUtils.getCRLsFromStore(crlStore));
150 addCRLs( Store crlStore) argument
H A DCMSUtils.java101 static List getCRLsFromStore(Store crlStore) argument
108 for (Iterator it = crlStore.getMatches(null).iterator(); it.hasNext();)

Completed in 213 milliseconds