Home
last modified time | relevance | path

Searched refs:getContent (Results 1 – 8 of 8) sorted by relevance

/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/profile/model/
DVerificationResult.java57 public JsonObject getContent() { in getContent() method in VerificationResult
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/hap/verify/
DVerifyAndParseProvision.java102 unsignedProvisionData = (byte[]) cmsSignedData.getSignedContent().getContent(); in getUnsignedProvisionData()
DVerifyHap.java95 Object contentObj = cmsSignedData.getSignedContent().getContent(); in getProfileContent()
253 ByteBuffer signingBlock = hapSigningBlockAndOffsetInFile.getContent(); in verifyHap()
DVerifyElf.java73 Object contentObj = cmsSignedData.getSignedContent().getContent(); in getProfileContent()
DHapVerify.java264 Object content = cmsSignedData.getSignedContent().getContent(); in checkContentDigest()
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/profile/
DVerifyHelper.java157 .getSignedContent().getContent()), StandardCharsets.UTF_8), JsonObject.class)); in verify()
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/utils/
DHapUtils.java564 public ByteBuffer getContent() { in getContent() method in HapUtils.HapSignBlockInfo
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/hap/provider/
DSignProvider.java608 Object contentObj = cmsSignedData.getSignedContent().getContent(); in checkProfileValid()