Home
last modified time | relevance | path

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

/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/codesigning/datastructure/
DCodeSignBlock.java177 public void setSoInfoSegment(NativeLibInfoSegment soSeg) { in setSoInfoSegment() method in CodeSignBlock
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/codesigning/sign/
DVerifyCodeSignature.java256 csb.setSoInfoSegment(NativeLibInfoSegment.fromByteArray(sh)); in parseMerkleTree()