Home
last modified time | relevance | path

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

/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/codesigning/datastructure/
DCodeSignBlock.java66 private NativeLibInfoSegment nativeLibInfoSegment;
77 this.nativeLibInfoSegment = new NativeLibInfoSegment.Builder().build(); in CodeSignBlock()
173 public NativeLibInfoSegment getSoInfoSegment() { in getSoInfoSegment()
177 public void setSoInfoSegment(NativeLibInfoSegment soSeg) { in setSoInfoSegment()
DNativeLibInfoSegment.java57 public class NativeLibInfoSegment { class
92 private NativeLibInfoSegment(Builder builder) { in NativeLibInfoSegment() method in NativeLibInfoSegment
209 public static NativeLibInfoSegment fromByteArray(byte[] bytes) throws VerifyCodeSignException { in fromByteArray()
330 public NativeLibInfoSegment build() { in build()
331 return new NativeLibInfoSegment(this); in build()
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/codesigning/sign/
DVerifyCodeSignature.java25 import com.ohos.hapsigntool.codesigning.datastructure.NativeLibInfoSegment;
256 csb.setSoInfoSegment(NativeLibInfoSegment.fromByteArray(sh)); in parseMerkleTree()