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()
3587 final TrustedCertificateStore certStore = new TrustedCertificateStore(); in getInstalledCaCerts() local3588 for (String alias : certStore.userAliases()) { in getInstalledCaCerts()3590 certs.add(certStore.getCertificate(alias).getEncoded()); in getInstalledCaCerts()