Home
last modified time | relevance | path

Searched defs:byteBuffer (Results 1 – 4 of 4) sorted by relevance

/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/zip/
DByteBufferZipDataInput.java78 ByteBuffer byteBuffer = createByteBuffer(offset, (int) size); in slice() local
DZipUtils.java113 ByteBuffer byteBuffer = zip.createByteBuffer(locatorPos, ZIP_DATA_SIZE); in checkZip64EoCDLocatorIsPresent() local
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/codesigning/fsverity/
DMerkleTreeBuilder.java98 ByteBuffer byteBuffer = ByteBuffer.allocate(fullChunkSize); in transInputStreamToHashData() local
115 …private int readIs(InputStream inputStream, ByteBuffer byteBuffer, int readSize) throws IOExceptio… in readIs()
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/hap/verify/
DVerifyHap.java332 ByteBuffer byteBuffer = ByteBuffer.wrap(propertyBlockArray); in checkCodeSign() local