Searched refs:getCertHash (Results 1 – 3 of 3) sorted by relevance
208 byte[] certHash = getCertHash(signature, "SHA-1"); in getCarrierPrivilegeStatus()209 byte[] certHash256 = getCertHash(signature, "SHA-256"); in getCarrierPrivilegeStatus()281 public static byte[] getCertHash(Signature signature, String algo) { in getCertHash() method in UiccAccessRule
389 byte[] sha1 = UiccAccessRule.getCertHash(signature, SHA_1); in updateCertsForPackage()392 byte[] sha256 = UiccAccessRule.getCertHash(signature, SHA_256); in updateCertsForPackage()
69704 Landroid/telephony/UiccAccessRule;->getCertHash(Landroid/content/pm/Signature;Ljava/lang/String;)[B