Home
last modified time | relevance | path

Searched refs:DIGEST_ALGORITHM_SHA256 (Results 1 – 1 of 1) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/
H A DBinaryTransparencyService.java128 static final int DIGEST_ALGORITHM_SHA256 = 4; field in BinaryTransparencyService
291 return new Digest(DIGEST_ALGORITHM_SHA256, digest); in measureApk()