Searched refs:insertShortToByteArray (Results 1 – 2 of 2) sorted by relevance
| /developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/hap/entity/ |
| D | SignContentInfo.java | 120 index = ByteArrayUtils.insertShortToByteArray(ret, ret.length, index, size); in getByteContent() 124 index = ByteArrayUtils.insertShortToByteArray(ret, ret.length, index, numOfBlocks); in getByteContent() 134 index = ByteArrayUtils.insertShortToByteArray(ret, ret.length, index, tmp.algId); in getByteContent()
|
| /developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/utils/ |
| D | ByteArrayUtils.java | 71 public static int insertShortToByteArray(byte[] desByte, int desByteLen, int index, short num) { in insertShortToByteArray() method in ByteArrayUtils
|