Home
last modified time | relevance | path

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

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/
DPKIXCertStoreSelector.java66 …n<? extends Certificate> getCertificates(final PKIXCertStoreSelector selector, CertStore certStore) in getCertificates() argument
69 return certStore.getCertificates(new SelectorClone(selector)); in getCertificates()
DPKIXCRLStoreSelector.java315 … static Collection<? extends CRL> getCRLs(final PKIXCRLStoreSelector selector, CertStore certStore) in getCRLs() argument
318 return certStore.getCRLs(new SelectorClone(selector)); in getCRLs()
/external/conscrypt/platform/src/main/java/org/conscrypt/
DTrustManagerImpl.java159 TrustedCertificateStore certStore) { in TrustManagerImpl() argument
160 this(keyStore, manager, certStore, null); in TrustManagerImpl()
164 TrustedCertificateStore certStore, in TrustManagerImpl() argument
166 this(keyStore, manager, certStore, blacklist, null, null, null); in TrustManagerImpl()
173 TrustedCertificateStore certStore, CertBlacklist blacklist, CTLogStore ctLogStore, in TrustManagerImpl() argument
190 (certStore != null) ? certStore : new TrustedCertificateStore(); in TrustManagerImpl()
195 trustedCertificateStoreLocal = certStore; in TrustManagerImpl()
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/
DCMSSignedGenerator.java128 Store certStore) in addCertificates() argument
131 certs.addAll(CMSUtils.getCertificatesFromStore(certStore)); in addCertificates()
DCMSUtils.java105 static List getCertificatesFromStore(Store certStore) in getCertificatesFromStore() argument
112 for (Iterator it = certStore.getMatches(null).iterator(); it.hasNext();) in getCertificatesFromStore()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
DCertPathValidatorUtilities.java677 CertStore certStore = (CertStore)obj; in findCertificates() local
681 certs.addAll(PKIXCertStoreSelector.getCertificates(certSelect, certStore)); in findCertificates()
/external/nist-pkits/src/libcore/java/security/cert/
DX509CertificateNistPkitsTest.java154 CertStore certStore = CertStore.getInstance("Collection", certStoreParams); in getTestPathParams() local
160 params.addCertStore(certStore); in getTestPathParams()
/external/bouncycastle/patches/
Dbcprov.patch8300 - Store certStore = (Store)obj;
8303 - certs.addAll(certStore.getMatches(certSelect));
8315 + // X509Store certStore = (X509Store)obj;
8318 + // certs.addAll(certStore.getMatches(certSelect));
8329 CertStore certStore = (CertStore)obj;