Home
last modified time | relevance | path

Searched defs:getSha256Hash (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/net/watchlist/
DDigestUtils.java36 public static byte[] getSha256Hash(File apkFile) throws IOException, NoSuchAlgorithmException { in getSha256Hash() method in DigestUtils
43 public static byte[] getSha256Hash(InputStream stream) in getSha256Hash() method in DigestUtils
DFileHashCache.java141 public byte[] getSha256Hash(@NonNull File file) throws NoSuchAlgorithmException, IOException { in getSha256Hash() method in FileHashCache