Searched defs:attrStore (Results 1 - 2 of 2) sorted by last modified time

/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/
H A DCMSSignedGenerator.java158 * Add the attribute certificates in attrStore to the certificate set to be included with the generated SignedData message.
171 * Add the attribute certificates in attrStore to the certificate set to be included with the generated SignedData message.
173 * @param attrStore the store containing the certificates to be included.
177 Store attrStore)
180 certs.addAll(CMSUtils.getAttributeCertificatesFromStore(attrStore));
176 addAttributeCertificates( Store attrStore) argument
H A DCMSUtils.java76 static List getAttributeCertificatesFromStore(Store attrStore) argument
83 for (Iterator it = attrStore.getMatches(null).iterator(); it.hasNext();)

Completed in 148 milliseconds