Lines Matching refs:certificate
4 …certificate revocation list (CRL) object, obtain CRL information, check whether a certificate has …
9 1. Import the [certFramework](../../reference/apis-device-certificate-kit/js-apis-cert.md) and [cry…
15 2. Use [cert.createX509CRL](../../reference/apis-device-certificate-kit/js-apis-cert.md#certcreatex…
19 … type. For more information, see [X509CRL](../../reference/apis-device-certificate-kit/js-apis-cer…
25 5. Use [X509CRL.verify](../../reference/apis-device-certificate-kit/js-apis-cert.md#verify11) to ve…
27 …e/apis-device-certificate-kit/js-apis-cert.md#certcreatex509cert) to create an **X509Cert** object…
29 …voked](../../reference/apis-device-certificate-kit/js-apis-cert.md#isrevoked11) to check whether t…
31 …dCert](../../reference/apis-device-certificate-kit/js-apis-cert.md#getrevokedcert11) to obtain the…
33 …](../../reference/apis-device-certificate-kit/js-apis-cert.md#getrevocationdate11) to obtain the d…
139 // Check whether the certificate has been revoked.
155 // Obtain the revoked certificate based on the serial number.
162 // Obtain the revocation date of the certificate.