Searched refs:certStore (Results 1 – 1 of 1) sorted by relevance
1869 final TrustedCertificateStore certStore = new TrustedCertificateStore(); in getInstalledCaCerts() local1870 for (String alias : certStore.userAliases()) { in getInstalledCaCerts()1872 certs.add(certStore.getCertificate(alias).getEncoded()); in getInstalledCaCerts()