| /developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/codesigning/datastructure/ |
| D | CodeSignBlock.java | 186 public byte[] toByteArray() { in toByteArray() method in CodeSignBlock 188 bf.put(this.codeSignBlockHeader.toByteArray()); in toByteArray() 190 bf.put(sh.toByteArray()); in toByteArray() 197 bf.put(this.fsVerityInfoSegment.toByteArray()); in toByteArray() 198 bf.put(this.hapInfoSegment.toByteArray()); in toByteArray() 199 bf.put(this.nativeLibInfoSegment.toByteArray()); in toByteArray() 256 return toByteArray(); in generateCodeSignBlockByte()
|
| D | MerkleTreeExtension.java | 100 public byte[] toByteArray() { in toByteArray() method in MerkleTreeExtension 103 bf.put(super.toByteArray()); in toByteArray()
|
| D | HapInfoSegment.java | 87 public byte[] toByteArray() { in toByteArray() method in HapInfoSegment 88 byte[] hapSignInfoByteArray = this.hapSignInfo.toByteArray(); in toByteArray()
|
| D | ElfSignBlock.java | 151 public byte[] toByteArray() throws FsVerityDigestException { in toByteArray() method in ElfSignBlock 156 bf.put(descriptorWithSign.toByteArray()); in toByteArray()
|
| D | Extension.java | 61 public byte[] toByteArray() { in toByteArray() method in Extension
|
| D | NativeLibInfoSegment.java | 139 int signInfoSizeInBytes = signInfo.toByteArray().length; in generateList() 181 public byte[] toByteArray() { in toByteArray() method in NativeLibInfoSegment 197 bf.put(signInfo.toByteArray()); in toByteArray()
|
| D | SegmentHeader.java | 106 public byte[] toByteArray() { in toByteArray() method in SegmentHeader
|
| D | SignInfo.java | 196 public byte[] toByteArray() { in toByteArray() method in SignInfo 209 bf.put(ext.toByteArray()); in toByteArray()
|
| D | FsVerityInfoSegment.java | 101 public byte[] toByteArray() { in toByteArray() method in FsVerityInfoSegment
|
| D | CodeSignBlockHeader.java | 116 public byte[] toByteArray() { in toByteArray() method in CodeSignBlockHeader
|
| /developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/codesigning/utils/ |
| D | InputStreamUtils.java | 39 …public static byte[] toByteArray(InputStream inputStream, int inputStreamSize) throws IOException { in toByteArray() method in InputStreamUtils 48 return output.toByteArray(); in toByteArray()
|
| D | HapUtils.java | 82 … String jsonString = new String(InputStreamUtils.toByteArray(data, (int) entry.getSize()), in checkCompressNativeLibs()
|
| /developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/codesigning/fsverity/ |
| D | FsVerityDescriptorWithSign.java | 85 public byte[] toByteArray() throws FsVerityDigestException { in toByteArray() method in FsVerityDescriptorWithSign 89 buffer.put(fsVerityDescriptor.toByteArray()); in toByteArray()
|
| D | FsVerityDescriptor.java | 187 public byte[] toByteArray() throws FsVerityDigestException { in toByteArray() method in FsVerityDescriptor
|
| /developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/utils/ |
| D | FileUtils.java | 134 return output.toByteArray(); in read() 181 return output.toByteArray(); in readInputByLength() 423 private static byte[] toByteArray(final InputStream input, final int size) throws IOException { in toByteArray() method in FileUtils 460 return toByteArray(in, (int) fileLength); in readFileToByteArray()
|
| D | HapUtils.java | 244 return out.toByteArray(); in readFileToByte()
|
| /developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/codesigning/sign/ |
| D | CodeSigning.java | 149 return signBlock.toByteArray(); in getElfCodeSignBlock()
|
| /developtools/packing_tool/adapter/ohos/ |
| D | Uncompress.java | 913 buf = bos.toByteArray(); in getByte()
|