Searched defs:getSha256Hash (Results 1 – 2 of 2) sorted by relevance
36 public static byte[] getSha256Hash(File apkFile) throws IOException, NoSuchAlgorithmException { in getSha256Hash() method in DigestUtils43 public static byte[] getSha256Hash(InputStream stream) in getSha256Hash() method in DigestUtils
141 public byte[] getSha256Hash(@NonNull File file) throws NoSuchAlgorithmException, IOException { in getSha256Hash() method in FileHashCache