Home
last modified time | relevance | path

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

/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/hap/sign/
DBcPkcs7Generator.java90 ASN1EncodableVector algorithmIdLst = new ASN1EncodableVector(); in generateSignedData() local
94 algorithmIdLst.add(signerInfo.getDigestAlgorithm()); in generateSignedData()
104 … return packagePKCS7(signerConfig, new DERSet(signerInfoLst), new DERSet(algorithmIdLst), content); in generateSignedData()
110 ASN1Set algorithmIdLst, in packagePKCS7() argument
125 new ASN1Integer(1), algorithmIdLst, contentInfo, certs, crls, signerInfoLst); in packagePKCS7()