Home
last modified time | relevance | path

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

/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/codesigning/fsverity/
DFsVerityDescriptor.java107 private byte[] rawRootHash; field in FsVerityDescriptor
123 this.rawRootHash = builder.rawRootHash; in FsVerityDescriptor()
198 writeBytesWithSize(buffer, rawRootHash, ROOT_HASH_FILED_SIZE); in toByteArray()
225 writeBytesWithSize(buffer, rawRootHash, ROOT_HASH_FILED_SIZE); in getByteForGenerateDigest()
270 private byte[] rawRootHash; field in FsVerityDescriptor.Builder
313 public Builder setRawRootHash(byte[] rawRootHash) { in setRawRootHash() argument
314 this.rawRootHash = rawRootHash; in setRawRootHash()