Home
last modified time | relevance | path

Searched refs:certStore (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/locksettings/recoverablekeystore/certificate/
H A DCertUtils.java369 CertStore certStore; in buildPkixParams() local
371 certStore = in buildPkixParams()
391 pkixParams.addCertStore(certStore); in buildPkixParams()
/aosp14/frameworks/base/core/java/android/security/net/config/
H A DNetworkSecurityTrustManager.java55 TrustedCertificateStoreAdapter certStore = new TrustedCertificateStoreAdapter(config); in NetworkSecurityTrustManager() local
60 mDelegate = new TrustManagerImpl(store, null, certStore); in NetworkSecurityTrustManager()
/aosp14/frameworks/base/core/java/android/app/admin/
H A DDevicePolicyManager.java7252 final TrustedCertificateStore certStore = new TrustedCertificateStore(); in getInstalledCaCerts() local
7253 for (String alias : certStore.userAliases()) { in getInstalledCaCerts()
7255 certs.add(certStore.getCertificate(alias).getEncoded()); in getInstalledCaCerts()