Searched refs:certStore (Results 1 – 2 of 2) sorted by relevance
55 TrustedCertificateStoreAdapter certStore = new TrustedCertificateStoreAdapter(config); in NetworkSecurityTrustManager() local60 mDelegate = new TrustManagerImpl(store, null, certStore); in NetworkSecurityTrustManager()
2918 final TrustedCertificateStore certStore = new TrustedCertificateStore(); in getInstalledCaCerts() local2919 for (String alias : certStore.userAliases()) { in getInstalledCaCerts()2921 certs.add(certStore.getCertificate(alias).getEncoded()); in getInstalledCaCerts()