Searched refs:certStore (Results 1 – 3 of 3) sorted by relevance
369 CertStore certStore; in buildPkixParams() local371 certStore = in buildPkixParams()391 pkixParams.addCertStore(certStore); in buildPkixParams()
55 TrustedCertificateStoreAdapter certStore = new TrustedCertificateStoreAdapter(config); in NetworkSecurityTrustManager() local60 mDelegate = new TrustManagerImpl(store, null, certStore); in NetworkSecurityTrustManager()
4684 final TrustedCertificateStore certStore = new TrustedCertificateStore(); in getInstalledCaCerts() local4685 for (String alias : certStore.userAliases()) { in getInstalledCaCerts()4687 certs.add(certStore.getCertificate(alias).getEncoded()); in getInstalledCaCerts()