Home
last modified time | relevance | path

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

/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/codesigning/datastructure/
DElfSignBlock.java114 public byte[] getMerkleTreeWithPadding() { in getMerkleTreeWithPadding() method in ElfSignBlock
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/codesigning/sign/
DVerifyCodeSignature.java131 byte[] merkleTreeWithPadding = elfSignBlock.getMerkleTreeWithPadding(); in verifyElf()