Lines Matching refs:certificate
4 …certificate framework shields the differences between third-party certificate algorithm libraries.…
7 You can use the APIs provided by the certificate framework to easily complete your development.
12 …certificate framework provides the capabilities of processing certificates and CRL data, but does …
17 …certificate framework provides APIs for parsing, serializing, signing an X.509 certificate, verify…
19 Before you get started, familiarity with the basic certificate concepts is helpful, which include b…
21 - Digital certificate
30 The following describes certificate specifications.
35 …certificate chain validator does not verify the certificate validity period because the device sys…
63 The certificate framework depends on the basic algorithm capabilities of the Crypto Architecture Ki…
68 …certificate framework to implement the following functionalities. Before you start, be sure to fam…
78 The following table lists the classes provided by the certificate framework. Based on the classes, …
82 …certificate| [X509Cert](../../reference/apis-device-certificate-kit/js-apis-cert.md#x509cert) | Pr…
83 …../../reference/apis-device-certificate-kit/js-apis-cert.md#certextension10) | Provides APIs for o…
84 | X.509 CRL| [X509CRL](../../reference/apis-device-certificate-kit/js-apis-cert.md#x509crl11) | Pro…
85 …certificate-kit/js-apis-cert.md#certchainvalidator) | Provides APIs for validating a certificate c…
86 …rence/apis-device-certificate-kit/js-apis-cert.md#certcrlcollection11) | Provides APIs for obtaini…
87 …certificate chain| [X509CertChain](../../reference/apis-device-certificate-kit/js-apis-cert.md#x50…