Home
last modified time | relevance | path

Searched refs:ROOT_HASH_SIZE (Results 1 – 1 of 1) sorted by relevance

/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/codesigning/datastructure/
DMerkleTreeExtension.java51 private static final int ROOT_HASH_SIZE = 64; field in MerkleTreeExtension
71 this.rootHash = new byte[ROOT_HASH_SIZE]; in MerkleTreeExtension()
73 this.rootHash = Arrays.copyOf(rootHash, ROOT_HASH_SIZE); in MerkleTreeExtension()
129 byte[] inRootHash = new byte[ROOT_HASH_SIZE]; in fromByteArray()