Home
last modified time | relevance | path

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

/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/zip/
DZip.java57 private byte[] signingBlock; field in Zip
329 public void setSigningBlock(byte[] signingBlock) { in setSigningBlock()
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/hap/verify/
DVerifyHap.java253 ByteBuffer signingBlock = hapSigningBlockAndOffsetInFile.getContent(); in verifyHap() local
DHapVerify.java211 private CMSSignedData verifyCmsSignedData(byte[] signingBlock) throws VerifyHapException { in verifyCmsSignedData()
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/hap/provider/
DSignProvider.java452byte[] signingBlock, ZipDataInput centralDirectory, ByteBuffer eocdBuffer) throws IOException { in outputSignedFile()