Home
last modified time | relevance | path

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

/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/codesigning/sign/
DVerifyCodeSignature.java297 if (csb.getCodeSignBlockHeader().getBlockSize() != length) { in generateCodeSignBlock()
301 for (int i = 0; i < csb.getCodeSignBlockHeader().getSegmentNum(); i++) { in generateCodeSignBlock()
342 if (fileReadOffset != csb.getCodeSignBlockHeader().getBlockSize()) { in parseMerkleTree()
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/codesigning/datastructure/
DCodeSignBlock.java149 public CodeSignBlockHeader getCodeSignBlockHeader() { in getCodeSignBlockHeader() method in CodeSignBlock