/ohos5.0/base/security/certificate_framework/interfaces/innerkits/certificate/ |
H A D | x509_certificate.h | 56 CfResult (*getNotAfterTime)(HcfX509Certificate *self, CfBlob *outDate); member
|
/ohos5.0/base/security/certificate_framework/test/fuzztest/v1.0/x509certificate_fuzzer/ |
H A D | x509certificate_fuzzer.cpp | 102 (void)x509CertObj->getNotAfterTime(x509CertObj, ¬AfterTime); in TestQuery()
|
/ohos5.0/base/security/certificate_framework/test/unittest/v1.0/src/ |
H A D | crypto_x509_certificate_test.cpp | 382 CfResult ret = g_x509CertObj->getNotAfterTime(g_x509CertObj, &out); 391 CfResult ret = g_x509CertObj->getNotAfterTime(g_x509CertObj, nullptr); 1471 (void)g_x509CertObj->getNotAfterTime(nullptr, nullptr); 1506 (void)x509Cert->getNotAfterTime(x509Cert, nullptr); 1707 ret = g_x509CertObj->getNotAfterTime(&invalidCert, &invalidOut); 1744 ret = g_x509CertObj->getNotAfterTime(g_x509CertObj, &out);
|
/ohos5.0/base/security/certificate_framework/frameworks/core/v1.0/certificate/ |
H A D | x509_certificate.c | 442 x509CertImpl->base.getNotAfterTime = GetNotAfterTime; in HcfX509CertificateImplPack()
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.2-beta3/ |
H A D | js-apidiff-security.md | 54 | ohos.security.cryptoFramework | X509Cert | getNotAfterTime() : string; …
|
/ohos5.0/docs/en/release-notes/api-diff/v3.2-beta3/ |
H A D | js-apidiff-security.md | 54 | ohos.security.cryptoFramework | X509Cert | getNotAfterTime() : string; …
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.2-beta5/ |
H A D | js-apidiff-security.md | 44 |新增|NA|模块名: ohos.security.cert<br>类名: X509Cert<br>方法 or 属性: getNotAfterTime() : string;|@ohos.secur… 125 |删除|模块名: ohos.security.cryptoFramework<br>类名: X509Cert<br>方法 or 属性:getNotAfterTime() : string;|NA|@…
|
/ohos5.0/docs/en/release-notes/api-diff/v3.2-beta5/ |
H A D | js-apidiff-security.md | 44 …s.security.cert<br>Class name: X509Cert<br>Method or attribute name: getNotAfterTime() : string;|@… 125 …cryptoFramework<br>Class name: X509Cert<br>Method or attribute name: getNotAfterTime() : string;|N…
|
/ohos5.0/base/security/certificate_framework/frameworks/js/napi/certificate/src/ |
H A D | napi_x509_certificate.cpp | 496 CfResult res = cert->getNotAfterTime(cert, blob); in GetNotAfterTime()
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/monthly-202210/ |
H A D | js-apidiff-security.md | 168 |新增|NA|模块名: ohos.security.cryptoFramework<br>类名: X509Cert<br>方法名 or 属性名: getNotAfterTime|@ohos.secu…
|
/ohos5.0/docs/en/release-notes/api-diff/monthly-202210/ |
H A D | js-apidiff-security.md | 168 …cryptoFramework<br>Class name: X509Cert<br>Method or attribute name: getNotAfterTime|@ohos.securit…
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.2-Release/ |
H A D | js-apidiff-security.md | 111 |新增|NA|类名:X509Cert;<br>方法or属性:getNotAfterTime() : string;|@ohos.security.cert.d.ts|
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-device-certificate-kit/ |
H A D | js-apis-cert.md | 1397 ### getNotAfterTime subsection 1399 getNotAfterTime() : string 1462 let notAfter = x509Cert.getNotAfterTime(); 1465 console.error('getNotAfterTime failed, errCode: ' + e.code + ', errMsg: ' + e.message);
|
/ohos5.0/docs/en/application-dev/reference/apis-device-certificate-kit/ |
H A D | js-apis-cert.md | 1397 ### getNotAfterTime subsection 1399 getNotAfterTime() : string 1462 let notAfter = x509Cert.getNotAfterTime(); 1465 console.error('getNotAfterTime failed, errCode: ' + e.code + ', errMsg: ' + e.message);
|
/ohos5.0/docs/en/release-notes/api-diff/v3.2-Release/ |
H A D | js-apidiff-security.md | 111 |Added|NA|Class name: X509Cert;<br>Method or attribute name: getNotAfterTime() : string;|@ohos.secu…
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkweb/ |
H A D | js-apis-webview.md | 4777 + ', valid end = ' + x509CertArray[i].getNotAfterTime(); 4939 + ', valid end = ' + x509CertArray[i].getNotAfterTime();
|
/ohos5.0/docs/en/application-dev/reference/apis-arkweb/ |
H A D | js-apis-webview.md | 4777 + ', valid end = ' + x509CertArray[i].getNotAfterTime(); 4939 + ', valid end = ' + x509CertArray[i].getNotAfterTime();
|