Home
last modified time | relevance | path

Searched defs:notBefore (Results 1 – 7 of 7) sorted by relevance

/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/profile/model/
DValidity.java30 private Long notBefore; field in Validity
47 public void setNotBefore(Long notBefore) { in setNotBefore()
/developtools/hapsigner/hapsigntool_cpp_test/unittest/signProfile/
Dpkcs7_data_test.cpp366 ASN1_TIME* notBefore = NULL; variable
384 ASN1_TIME notBefore{ 0 }; variable
404 ASN1_TIME notBefore{ 0 }; variable
424 ASN1_TIME notBefore{ 0 }; variable
445 ASN1_TIME notBefore{ 0 }; variable
467 ASN1_TIME notBefore{ 0 }; variable
491 ASN1_TIME notBefore{ 0 }; variable
513 ASN1_TIME* notBefore = NULL; variable
545 ASN1_TIME* notBefore = NULL; variable
/developtools/hapsigner/hapsigntool_cpp/utils/src/
Dverify_cert_openssl_utils.cpp143 const ASN1_TIME* notBefore = X509_get0_notBefore(certsChain[i]); in VerifyCertChainPeriodOfValidity() local
171 const ASN1_TIME* notBefore, in CheckSignTimeInValidPeriod()
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/cert/
DCertBuilder.java84 LocalDateTime notBefore = LocalDateTime.now(); in CertBuilder() local
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/utils/
DKeyStoreHelper.java309 LocalDateTime notBefore = LocalDateTime.now(); in createKeyOnly() local
/developtools/hapsigner/hapsigntool_cpp/profile/src/
Dpkcs7_data.cpp316 const ASN1_TIME* notBefore, const ASN1_TIME* notAfter) in CheckSignTimeInValidPeriod()
462 const ASN1_TIME* notBefore = X509_get0_notBefore(cert); in CheckSignerInfoSignTimeInCertChainValidPeriod() local
/developtools/hapsigner/hapsigntool_cpp/profile/include/
Dprofile_info.h64 int64_t notBefore = 0; member