Home
last modified time | relevance | path

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

/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/codesigning/datastructure/
DCodeSignBlock.java110 if (this.nativeLibInfoSegment.getSectionNum() != 0) { in setCodeSignBlockFlag()
DNativeLibInfoSegment.java115 public int getSectionNum() { in getSectionNum() method in NativeLibInfoSegment
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/codesigning/sign/
DVerifyCodeSignature.java185 for (int i = 0; i < csb.getSoInfoSegment().getSectionNum(); i++) { in verifyHap()