Searched refs:certStore (Results 1 – 3 of 3) sorted by relevance
370 CertStore certStore; in buildPkixParams() local372 certStore = in buildPkixParams()392 pkixParams.addCertStore(certStore); in buildPkixParams()
55 TrustedCertificateStoreAdapter certStore = new TrustedCertificateStoreAdapter(config); in NetworkSecurityTrustManager() local60 mDelegate = new TrustManagerImpl(store, null, certStore); in NetworkSecurityTrustManager()
7534 final TrustedCertificateStore certStore = new TrustedCertificateStore(); in getInstalledCaCerts() local7535 for (String alias : certStore.userAliases()) { in getInstalledCaCerts()7537 certs.add(certStore.getCertificate(alias).getEncoded()); in getInstalledCaCerts()