Searched defs:signTime (Results 1 – 8 of 8) sorted by relevance
| /developtools/hapsigner/hapsigntool_cpp_test/unittest/signProfile/ |
| D | pkcs7_data_test.cpp | 365 ASN1_TYPE* signTime = NULL; variable 383 ASN1_TYPE* signTime = NULL; variable 403 ASN1_TYPE* signTime = NULL; variable 423 ASN1_TYPE* signTime = NULL; variable 444 ASN1_TYPE* signTime = NULL; variable 465 ASN1_TYPE signTime; variable 488 ASN1_TYPE signTime; variable 512 ASN1_TYPE* signTime = NULL; variable 544 ASN1_TYPE* signTime = NULL; variable
|
| /developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/utils/ |
| D | CertChainUtils.java | 56 BigInteger serial, Date signTime) throws GeneralSecurityException, VerifyException { in getCertPath() 92 X509Certificate root, Date signTime) throws VerifyException { in verifyCertChain()
|
| /developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/profile/ |
| D | VerifyHelper.java | 152 Date signTime = getSignTime(signer); in verify() local 173 Date signTime = Date.from(LocalDateTime.now().atZone(ZoneId.systemDefault()).toInstant()); in getSignTime() local
|
| D | ProfileSignTool.java | 153 Attribute signTime = new Attribute(PKCSObjectIdentifiers.pkcs_9_at_signingTime, in generatePKCS9Attributes() local
|
| /developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/hap/sign/ |
| D | BcPkcs7Generator.java | 195 Attribute signTime = new Attribute(PKCSObjectIdentifiers.pkcs_9_at_signingTime, in generatePKCS9Attributes() local 201 tab.put(signTime.getAttrType(), signTime); in generatePKCS9Attributes() local
|
| /developtools/hapsigner/hapsigntool_cpp/utils/src/ |
| D | verify_cert_openssl_utils.cpp | 133 const ASN1_TYPE* signTime) in VerifyCertChainPeriodOfValidity() 170 bool VerifyCertOpensslUtils::CheckSignTimeInValidPeriod(const ASN1_TYPE* signTime, in CheckSignTimeInValidPeriod()
|
| D | verify_hap_openssl_utils.cpp | 120 ASN1_TYPE* signTime = PKCS7_get_signed_attribute(signInfo, NID_pkcs9_signingTime); in VerifyCertChain() local
|
| /developtools/hapsigner/hapsigntool_cpp/profile/src/ |
| D | pkcs7_data.cpp | 315 int PKCS7Data::CheckSignTimeInValidPeriod(const ASN1_TYPE* signTime, in CheckSignTimeInValidPeriod() 459 ASN1_TYPE* signTime = PKCS7_get_signed_attribute(signerInfo, NID_pkcs9_signingTime); in CheckSignerInfoSignTimeInCertChainValidPeriod() local
|