Home
last modified time | relevance | path

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

/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/hap/verify/
DVerifyElf.java202 ElfBlockData elfSignBlockData = getElfSignBlockData(bytes); in verifyElf()
249 private ElfBlockData getElfSignBlockData(byte[] bytes) throws IOException { in getElfSignBlockData() method in VerifyElf