Lines Matching refs:credential
189 …credential" (credential for short) file for transmission between devices. In addition to the secur…
195 …credential, periodically downloading updated credentials from a server and strictly authenticating…
199 The credential file consists of four Base64-encoded strings, separated by periods (.). The followin…
254 | signTime | Time when the credential was signed. | Yes | string [0..128] |
274 …igital Signature algorithm (ECDSA) is used to sign the raw data in the credential file. Generate a…
361 #### 5. Construct a complete credential.
371 When detecting a device goes online, the DSLM module requests the device security level credential …
373 The packet for requesting the credential is in the following format:
392 …e | Message header. The value **1** indicates a request for the device security level credential.|
396 | support | List of credential formats supported by the requester.|
415 …der. The value **2** indicates a response to the request for the device security level credential.|
418 | type | Format of the credential returned, which describes how to parse the **info** fiel…
420 | info | Signed credential information, which also includes the device information and challen…
424 The DSLM module provides a [credential tool](https://gitee.com/openharmony/security_device_security…
433 2. Generate a credential.
435 …For example, to generate a credential file **cred.txt** with the device model of **rk3568**, devic…
441 A credential file is generated as follows:
448 3. Verify a credential.
475 4. Send the generated credential file to the target device and make it take effect.
483 Send the generated credential file to the device.
488 Restart the device to make the new credential file take effect.
495 - Q: How can I use the credential tool in a production environment?
497 …A: The credential tool cannot be directly used in the production environment. It is used to demons…
499 - Q: How do I verify a credential in a production environment?
501 …credential and use more severe signature verification process instead of the default verification …