Searched refs:certStore (Results 1 – 3 of 3) sorted by relevance
362 CertStore certStore; in buildPkixParams() local364 certStore = in buildPkixParams()384 pkixParams.addCertStore(certStore); in buildPkixParams()
55 TrustedCertificateStoreAdapter certStore = new TrustedCertificateStoreAdapter(config); in NetworkSecurityTrustManager() local60 mDelegate = new TrustManagerImpl(store, null, certStore); in NetworkSecurityTrustManager()
3947 final TrustedCertificateStore certStore = new TrustedCertificateStore(); in getInstalledCaCerts() local3948 for (String alias : certStore.userAliases()) { in getInstalledCaCerts()3950 certs.add(certStore.getCertificate(alias).getEncoded()); in getInstalledCaCerts()