Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/os/incremental/
DV4Signature.java53 @Nullable public final byte[] rawRootHash; // salted digest of the first Merkle tree page field in V4Signature.HashingInfo
55 HashingInfo(int hashAlgorithm, byte log2BlockSize, byte[] salt, byte[] rawRootHash) { in HashingInfo()