Home
last modified time | relevance | path

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

/packages/apps/KeyChain/robotests/src/com/android/keychain/
DShadowTrustedCertificateStore.java43 public String getCertificateAlias(Certificate cert) { in getCertificateAlias() method in ShadowTrustedCertificateStore
44 return sDelegate.getCertificateAlias(cert); in getCertificateAlias()
/packages/apps/KeyChain/src/com/android/keychain/
DKeyChainService.java377 alias = mTrustedCertificateStore.getCertificateAlias(cert);
645 String alias = mTrustedCertificateStore.getCertificateAlias(chain.get(i),
/packages/apps/CertInstaller/src/com/android/certinstaller/
DCredentialHelper.java353 String alias = trustedCertificateStore.getCertificateAlias(caCert); in installVpnAndAppsTrustAnchors()