Home
last modified time | relevance | path

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

/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/codesigning/datastructure/
DCodeSignBlock.java132 public List<SegmentHeader> getSegmentHeaderList() { in getSegmentHeaderList() method in CodeSignBlock
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/codesigning/sign/
DVerifyCodeSignature.java237 for (SegmentHeader segmentHeader : csb.getSegmentHeaderList()) { in parseMerkleTree()