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