Searched refs:NativeLibInfoSegment (Results 1 – 3 of 3) sorted by relevance
66 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()
57 public class NativeLibInfoSegment { class92 private NativeLibInfoSegment(Builder builder) { in NativeLibInfoSegment() method in NativeLibInfoSegment209 public static NativeLibInfoSegment fromByteArray(byte[] bytes) throws VerifyCodeSignException { in fromByteArray()330 public NativeLibInfoSegment build() { in build()331 return new NativeLibInfoSegment(this); in build()
25 import com.ohos.hapsigntool.codesigning.datastructure.NativeLibInfoSegment;256 csb.setSoInfoSegment(NativeLibInfoSegment.fromByteArray(sh)); in parseMerkleTree()