Home
last modified time | relevance | path

Searched defs:signTime (Results 1 – 8 of 8) sorted by relevance

/developtools/hapsigner/hapsigntool_cpp_test/unittest/signProfile/
Dpkcs7_data_test.cpp365 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/
DCertChainUtils.java56 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/
DVerifyHelper.java152 Date signTime = getSignTime(signer); in verify() local
173 Date signTime = Date.from(LocalDateTime.now().atZone(ZoneId.systemDefault()).toInstant()); in getSignTime() local
DProfileSignTool.java153 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/
DBcPkcs7Generator.java195 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/
Dverify_cert_openssl_utils.cpp133 const ASN1_TYPE* signTime) in VerifyCertChainPeriodOfValidity()
170 bool VerifyCertOpensslUtils::CheckSignTimeInValidPeriod(const ASN1_TYPE* signTime, in CheckSignTimeInValidPeriod()
Dverify_hap_openssl_utils.cpp120 ASN1_TYPE* signTime = PKCS7_get_signed_attribute(signInfo, NID_pkcs9_signingTime); in VerifyCertChain() local
/developtools/hapsigner/hapsigntool_cpp/profile/src/
Dpkcs7_data.cpp315 int PKCS7Data::CheckSignTimeInValidPeriod(const ASN1_TYPE* signTime, in CheckSignTimeInValidPeriod()
459 ASN1_TYPE* signTime = PKCS7_get_signed_attribute(signerInfo, NID_pkcs9_signingTime); in CheckSignerInfoSignTimeInCertChainValidPeriod() local