/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/zip/ |
D | UnsignedDecimalUtil.java | 48 public static long getUnsignedInt(ByteBuffer bf) { in getUnsignedInt() 58 public static int getUnsignedShort(ByteBuffer bf) { in getUnsignedShort() 68 public static void setUnsignedInt(ByteBuffer bf, long value) { in setUnsignedInt() 84 public static void setUnsignedShort(ByteBuffer bf, int value) { in setUnsignedShort()
|
D | ZipEntryHeader.java | 125 ByteBuffer bf = ByteBuffer.wrap(bytes); in getZipEntryHeader() local 150 ByteBuffer bf = ByteBuffer.wrap(bytes); in readFileName() local 165 ByteBuffer bf = ByteBuffer.wrap(bytes); in readExtra() local 180 ByteBuffer bf = ByteBuffer.allocate(length).order(ByteOrder.LITTLE_ENDIAN); in toBytes() local
|
D | DataDescriptor.java | 69 ByteBuffer bf = ByteBuffer.wrap(bytes); in getDataDescriptor() local 87 ByteBuffer bf = ByteBuffer.allocate(DES_LENGTH).order(ByteOrder.LITTLE_ENDIAN); in toBytes() local
|
D | EndOfCentralDirectory.java | 118 ByteBuffer bf = ByteBuffer.wrap(bytes, offset, remainingDataLen); in getEOCDByBytes() local 151 ByteBuffer bf = ByteBuffer.allocate(length).order(ByteOrder.LITTLE_ENDIAN); in toBytes() local
|
D | CentralDirectory.java | 165 public static CentralDirectory getCentralDirectory(ByteBuffer bf) throws ZipException { in getCentralDirectory() 212 ByteBuffer bf = ByteBuffer.allocate(length).order(ByteOrder.LITTLE_ENDIAN); in toBytes() local
|
D | Zip.java | 138 ByteBuffer bf = ByteBuffer.wrap(cdBytes); in getZipCentralDirectory() local
|
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/codesigning/datastructure/ |
D | HapInfoSegment.java | 91 ByteBuffer bf = ByteBuffer.allocate(MAGIC_NUM_BYTES + hapSignInfoByteArray.length) in toByteArray() local 106 ByteBuffer bf = ByteBuffer.allocate(bytes.length).order(ByteOrder.LITTLE_ENDIAN); in fromByteArray() local
|
D | MerkleTreeExtension.java | 101 …ByteBuffer bf = ByteBuffer.allocate(Extension.EXTENSION_HEADER_SIZE + MERKLE_TREE_EXTENSION_DATA_S… in toByteArray() local 118 ByteBuffer bf = ByteBuffer.allocate(bytes.length).order(ByteOrder.LITTLE_ENDIAN); in fromByteArray() local
|
D | FsVerityInfoSegment.java | 102 … ByteBuffer bf = ByteBuffer.allocate(FS_VERITY_INFO_SEGMENT_SIZE).order(ByteOrder.LITTLE_ENDIAN); in toByteArray() local 122 ByteBuffer bf = ByteBuffer.allocate(bytes.length).order(ByteOrder.LITTLE_ENDIAN); in fromByteArray() local
|
D | SegmentHeader.java | 107 ByteBuffer bf = ByteBuffer.allocate(SEGMENT_HEADER_LENGTH).order(ByteOrder.LITTLE_ENDIAN); in toByteArray() local 125 ByteBuffer bf = ByteBuffer.allocate(SEGMENT_HEADER_LENGTH).order(ByteOrder.LITTLE_ENDIAN); in fromByteArray() local
|
D | ElfSignBlock.java | 152 ByteBuffer bf = ByteBuffer.allocate(size()).order(ByteOrder.LITTLE_ENDIAN); in toByteArray() local 168 ByteBuffer bf = ByteBuffer.allocate(bytes.length).order(ByteOrder.LITTLE_ENDIAN); in fromByteArray() local
|
D | SignInfo.java | 197 ByteBuffer bf = ByteBuffer.allocate(this.size()).order(ByteOrder.LITTLE_ENDIAN); in toByteArray() local 222 ByteBuffer bf = ByteBuffer.allocate(bytes.length).order(ByteOrder.LITTLE_ENDIAN); in fromByteArray() local 271 private static List<Extension> parseMerkleTreeExtension(ByteBuffer bf, int inExtensionNum) in parseMerkleTreeExtension()
|
D | CodeSignBlockHeader.java | 117 ByteBuffer bf = ByteBuffer.allocate(size()).order(ByteOrder.LITTLE_ENDIAN); in toByteArray() local 138 ByteBuffer bf = ByteBuffer.allocate(bytes.length).order(ByteOrder.LITTLE_ENDIAN); in fromByteArray() local
|
D | Extension.java | 62 ByteBuffer bf = ByteBuffer.allocate(EXTENSION_HEADER_SIZE).order(ByteOrder.LITTLE_ENDIAN); in toByteArray() local
|
D | NativeLibInfoSegment.java | 182 ByteBuffer bf = ByteBuffer.allocate(this.size()).order(ByteOrder.LITTLE_ENDIAN); in toByteArray() local 210 ByteBuffer bf = ByteBuffer.allocate(bytes.length).order(ByteOrder.LITTLE_ENDIAN); in fromByteArray() local
|
D | SignedFilePos.java | 104 ByteBuffer bf = ByteBuffer.allocate(bytes.length).order(ByteOrder.LITTLE_ENDIAN); in fromByteArray() local
|
D | CodeSignBlock.java | 187 …ByteBuffer bf = ByteBuffer.allocate(this.codeSignBlockHeader.getBlockSize()).order(ByteOrder.LITTL… in toByteArray() local
|
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/hap/entity/ |
D | HwSignHead.java | 101 ByteBuffer bf = ByteBuffer.allocate(SIGN_HEAD_LEN).order(ByteOrder.LITTLE_ENDIAN); in getSignHeadLittleEndian() local
|
D | HwBlockHead.java | 93 … ByteBuffer bf = ByteBuffer.allocate(HwBlockHead.ELF_BLOCK_LEN).order(ByteOrder.LITTLE_ENDIAN); in getBlockHeadLittleEndian() local
|
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/codesigning/fsverity/ |
D | FsVerityDescriptor.java | 149 ByteBuffer bf = ByteBuffer.allocate(bytes.length).order(ByteOrder.LITTLE_ENDIAN); in fromByteArray() local
|