Searched defs:hashAlgorithm (Results 1 – 1 of 1) sorted by relevance
33 public final int hashAlgorithm; // only 1 == SHA256 supported field in V4Signature.HashingInfo38 HashingInfo(int hashAlgorithm, byte log2BlockSize, byte[] salt, byte[] rawRootHash) { in HashingInfo()47 final int hashAlgorithm = buffer.getInt(); in fromByteArray() local