Searched refs:getCertificateAlias (Results 1 – 3 of 3) sorted by relevance
43 public String getCertificateAlias(Certificate cert) { in getCertificateAlias() method in ShadowTrustedCertificateStore44 return sDelegate.getCertificateAlias(cert); in getCertificateAlias()
339 alias = mTrustedCertificateStore.getCertificateAlias(cert);563 String alias = mTrustedCertificateStore.getCertificateAlias(chain.get(i),
329 String alias = trustedCertificateStore.getCertificateAlias(caCert); in installVpnAndAppsTrustAnchors()