Searched refs:getCaCertAlias (Results 1 – 1 of 1) sorted by relevance
1846 final String alias = getCaCertAlias(certBuffer); in uninstallCaCert()1912 return getCaCertAlias(certBuffer) != null; in hasCaCertInstalled()1952 private static String getCaCertAlias(byte[] certBuffer) throws CertificateException { in getCaCertAlias() method in DevicePolicyManager