Home
last modified time | relevance | path

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

/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/hap/verify/
DVerifyElf.java128 verifyResult = verifyElf(filePath); in verify()
197 public VerifyResult verifyElf(String binFile) { in verifyElf() method in VerifyElf
227 if (!VerifyCodeSignature.verifyElf(bin, codesign.getOffset(), codesign.getLength(), in verifyElf()
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/api/
DSignToolServiceImpl.java333 VerifyElf verifyElf = new VerifyElf(); in verifyHap() local
334 return verifyElf.verify(options); in verifyHap()
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/codesigning/sign/
DVerifyCodeSignature.java114 …public static boolean verifyElf(File file, long offset, long length, String fileFormat, String pro… in verifyElf() method in VerifyCodeSignature