Searched refs:rawRootHash (Results 1 – 4 of 4) sorted by relevance
53 @Nullable public final byte[] rawRootHash; // salted digest of the first Merkle tree page field in V4Signature.HashingInfo55 HashingInfo(int hashAlgorithm, byte log2BlockSize, byte[] salt, byte[] rawRootHash) { in HashingInfo() argument59 this.rawRootHash = rawRootHash; in HashingInfo()71 byte[] rawRootHash = readBytes(buffer); in fromByteArray()72 return new HashingInfo(hashAlgorithm, log2BlockSize, salt, rawRootHash); in fromByteArray()168 hashingInfo.salt) + bytesSize(hashingInfo.rawRootHash) + bytesSize( in getSignedData()177 writeBytes(buffer, hashingInfo.rawRootHash); in getSignedData()
520 if (hashingInfo.rawRootHash.length != INCFS_MAX_HASH_SIZE) { in validateV4Signature()
93 hashingInfo.rawRootHash); in extractCertificates()
1065 if (ArrayUtils.isEmpty(hashInfo.rawRootHash)) { in getRootHash()1068 return hashInfo.rawRootHash; in getRootHash()