Searched refs:getRootHash (Results 1 – 1 of 1) sorted by relevance
1102 final byte[] baseRootHash = getRootHash(baseFilename); in buildVerificationRootHashString()1116 final byte[] splitRootHash = getRootHash(splitFilename); in buildVerificationRootHashString()1134 private static byte[] getRootHash(String filename) { in getRootHash() method