Searched refs:hashAlgorithm (Results 1 – 1 of 1) sorted by relevance
37 public final int hashAlgorithm; // only 1 == SHA256 supported field in V4Signature.HashingInfo42 HashingInfo(int hashAlgorithm, byte log2BlockSize, byte[] salt, byte[] rawRootHash) { in HashingInfo() argument43 this.hashAlgorithm = hashAlgorithm; in HashingInfo()51 final int hashAlgorithm = buffer.getInt(); in fromByteArray() local55 return new HashingInfo(hashAlgorithm, log2BlockSize, salt, rawRootHash); in fromByteArray()62 buffer.putInt(this.hashAlgorithm); in toByteArray()232 buffer.putInt(hashingInfo.hashAlgorithm); in getSignedData()