Home
last modified time | relevance | path

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

/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/codesigning/datastructure/
DCodeSignBlock.java157 public void setFsVerityInfoSegment(FsVerityInfoSegment fsVeritySeg) { in setFsVerityInfoSegment() method in CodeSignBlock
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/codesigning/sign/
DVerifyCodeSignature.java250 csb.setFsVerityInfoSegment(FsVerityInfoSegment.fromByteArray(sh)); in parseMerkleTree()
DCodeSigning.java183 this.codeSignBlock.setFsVerityInfoSegment(fsVerityInfoSegment); in getCodeSignBlock()