Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/net/watchlist/
H A 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