/ohos5.0/base/security/certificate_framework/interfaces/innerkits/certificate/ |
H A D | x509_crl_entry.h | 41 CfResult (*getRevocationDate)(HcfX509CrlEntry *self, CfBlob *out); member
|
/ohos5.0/docs/zh-cn/release-notes/changelogs/v3.2-beta5/ |
H A D | changelogs-security.md | 253 ## cl.security.16 X509CrlEntry 的getRevocationDate功能变更,由异步接口改为同步接口 261 getRevocationDate(callback : AsyncCallback\<string>) : void; 262 getRevocationDate() : Promise\<string>; 265 getRevocationDate() : string;
|
/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_3.2.10.1/ |
H A D | changelog-security.md | 253 ## cl.security.16 X509CrlEntry 的getRevocationDate功能变更,由异步接口改为同步接口 261 getRevocationDate(callback : AsyncCallback\<string>) : void; 262 getRevocationDate() : Promise\<string>; 265 getRevocationDate() : string;
|
/ohos5.0/docs/zh-cn/application-dev/security/DeviceCertificateKit/ |
H A D | create-parse-verify-crl-object.md | 33 9. 调用[X509CRLEntry.getRevocationDate](../../reference/apis-device-certificate-kit/js-apis-cert.md#… 163 let date = crlEntry.getRevocationDate();
|
/ohos5.0/docs/en/application-dev/security/DeviceCertificateKit/ |
H A D | create-parse-verify-crl-object.md | 33 9. Use [X509CRLEntry.getRevocationDate](../../reference/apis-device-certificate-kit/js-apis-cert.m… 163 let date = crlEntry.getRevocationDate();
|
/ohos5.0/docs/en/release-notes/changelogs/v3.2-beta5/ |
H A D | changelogs-security.md | 253 ## cl.security.16 Change of getRevocationDate of X509CrlEntry from Asynchronous to Synchronous 261 getRevocationDate(callback : AsyncCallback\<string>) : void; 262 getRevocationDate() : Promise\<string>; 265 getRevocationDate() : string;
|
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_3.2.10.1/ |
H A D | changelog-security.md | 253 ## cl.security.16 Change of the getRevocationDate API of X509CrlEntry from Asynchronous to Synchron… 261 getRevocationDate(callback : AsyncCallback\<string>) : void; 262 getRevocationDate() : Promise\<string>; 265 getRevocationDate() : string;
|
/ohos5.0/base/security/certificate_framework/test/unittest/v1.0/src/ |
H A D | crypto_x509_crl_test.cpp | 781 ret = crlEntry->getRevocationDate(crlEntry, &out); 800 ret = crlEntry->getRevocationDate(nullptr, &out); 816 ret = crlEntry->getRevocationDate(crlEntry, nullptr); 842 ret = crlEntry->getRevocationDate(crlEntry, &out); 1000 ret = crlEntry->getRevocationDate(nullptr, &out); 1021 ret = crlEntry->getRevocationDate(crlEntry, &out);
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.2-beta3/ |
H A D | js-apidiff-security.md | 40 …ramework | X509CrlEntry | getRevocationDate(callback : AsyncCallback\<string>) : void;<b…
|
/ohos5.0/docs/en/release-notes/api-diff/v3.2-beta3/ |
H A D | js-apidiff-security.md | 40 …ramework | X509CrlEntry | getRevocationDate(callback : AsyncCallback\<string>) : void;<b…
|
/ohos5.0/base/security/certificate_framework/frameworks/adapter/v1.0/src/ |
H A D | x509_crl_entry_openssl.c | 388 returnCRLEntry->base.getRevocationDate = GetRevocationDate; in HcfCX509CRLEntryCreate()
|
/ohos5.0/base/security/certificate_framework/test/fuzztest/v1.0/x509crl_fuzzer/ |
H A D | x509crl_fuzzer.cpp | 250 entry->getRevocationDate(entry, &revocationDate); in TestX509CrlEntry()
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.2-beta5/ |
H A D | js-apidiff-security.md | 61 |新增|NA|模块名: ohos.security.cert<br>类名: X509CrlEntry<br>方法 or 属性: getRevocationDate() : string;|@ohos… 143 |删除|模块名: ohos.security.cryptoFramework<br>类名: X509CrlEntry<br>方法 or 属性:getRevocationDate(callback :… 144 |删除|模块名: ohos.security.cryptoFramework<br>类名: X509CrlEntry<br>方法 or 属性:getRevocationDate() : Promis…
|
/ohos5.0/base/security/certificate_framework/frameworks/js/napi/certificate/src/ |
H A D | napi_x509_crl_entry.cpp | 278 CfResult ret = x509CrlEntry->getRevocationDate(x509CrlEntry, blob); in GetRevocationDate()
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/monthly-202210/ |
H A D | js-apidiff-security.md | 186 |新增|NA|模块名: ohos.security.cryptoFramework<br>类名: X509CrlEntry<br>方法名 or 属性名: getRevocationDate|@oho… 187 |新增|NA|模块名: ohos.security.cryptoFramework<br>类名: X509CrlEntry<br>方法名 or 属性名: getRevocationDate|@oho…
|
/ohos5.0/docs/en/release-notes/api-diff/v3.2-beta5/ |
H A D | js-apidiff-security.md | 61 …urity.cert<br>Class name: X509CrlEntry<br>Method or attribute name: getRevocationDate() : string;|… 143 …oFramework<br>Class name: X509CrlEntry<br>Method or attribute name: getRevocationDate(callback : A… 144 …oFramework<br>Class name: X509CrlEntry<br>Method or attribute name: getRevocationDate() : Promise<…
|
/ohos5.0/docs/en/release-notes/api-diff/monthly-202210/ |
H A D | js-apidiff-security.md | 186 …oFramework<br>Class name: X509CrlEntry<br>Method or attribute name: getRevocationDate|@ohos.securi… 187 …oFramework<br>Class name: X509CrlEntry<br>Method or attribute name: getRevocationDate|@ohos.securi…
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-device-certificate-kit/ |
H A D | js-apis-cert.md | 7835 ### getRevocationDate<sup>(deprecated)</sup> 7837 getRevocationDate() : string 7843 > 从API version 11开始废弃,建议使用[X509CRLEntry.getRevocationDate](#getrevocationdate11)替代。 7902 let date = crlEntry.getRevocationDate(); 7905 …console.error('getRevokedCert or getRevocationDate failed, errCode: ' + e.code + ', errMsg: ' + e.… 8224 ### getRevocationDate<sup>11+</sup> 8226 getRevocationDate() : string 8289 let date = crlEntry.getRevocationDate(); 8292 …console.error('getRevokedCert or getRevocationDate failed, errCode: ' + e.code + ', errMsg: ' + e.…
|
/ohos5.0/docs/en/application-dev/reference/apis-device-certificate-kit/ |
H A D | js-apis-cert.md | 7835 ### getRevocationDate<sup>(deprecated)</sup> 7837 getRevocationDate() : string 7843 > This API is deprecated since API version 11. Use [X509CRLEntry.getRevocationDate](#getrevocationd… 7902 let date = crlEntry.getRevocationDate(); 7905 …console.error('getRevokedCert or getRevocationDate failed, errCode: ' + e.code + ', errMsg: ' + e.… 8224 ### getRevocationDate<sup>11+</sup> 8226 getRevocationDate() : string 8289 let date = crlEntry.getRevocationDate(); 8292 …console.error('getRevokedCert or getRevocationDate failed, errCode: ' + e.code + ', errMsg: ' + e.…
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.2-Release/ |
H A D | js-apidiff-security.md | 126 |新增|NA|类名:X509CrlEntry;<br>方法or属性:getRevocationDate() : string;|@ohos.security.cert.d.ts|
|
/ohos5.0/docs/en/release-notes/api-diff/v3.2-Release/ |
H A D | js-apidiff-security.md | 126 |Added|NA|Class name: X509CrlEntry;<br>Method or attribute name: getRevocationDate() : string;|@oho…
|