Home
last modified time | relevance | path

Searched refs:attrCerts (Results 1 – 1 of 1) sorted by relevance

/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/
DCMSSignedData.java572 Store attrCerts, in replaceCertificatesAndCRLs() argument
587 if (certificates != null || attrCerts != null) in replaceCertificatesAndCRLs()
595 if (attrCerts != null) in replaceCertificatesAndCRLs()
597 certs.addAll(CMSUtils.getAttributeCertificatesFromStore(attrCerts)); in replaceCertificatesAndCRLs()