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