Home
last modified time | relevance | path

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

/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/codesigning/sign/
DVerifyCodeSignature.java189 CodeSignBlock csb = generateCodeSignBlock(file, offset, length); in verifyHap()
285 private static CodeSignBlock generateCodeSignBlock(File file, long offset, long length) in generateCodeSignBlock() method in VerifyCodeSignature