Lines Matching refs:credential
11 - Install an application certificate and its private credential.
13 - Obtain the application certificate and private credential.
15 …orm signing and signature verification using an application certificate and its private credential.
17 - Uninstall an application certificate and its private credential.
21 …The credential installation, signing, and signature verification in certificate management depends…
30 …ring, callback: AsyncCallback\<CMResult>) : void | Installs a private credential. This API uses a…
31 …: string, certAlias: string) : Promise\<CMResult> | Installs a private credential. This API uses a…
32 …ing, callback: AsyncCallback\<CMResult>) : void | Obtains a private credential. This API uses a…
33 …ring) : Promise\<CMResult> | Obtains a private credential. This API uses a…
34 …string, callback: AsyncCallback\<void>) : void | Uninstalls a private credential. This API uses a…
35 …ateCertificate(keyUri: string) : Promise\<void> | Uninstalls a private credential. This API uses a…
59 …. Install a private credential, obtain the private credential, use it to sign and verify data. The…
63 …* The data of the credential to be installed must be assigned based on the service. The data in th…
68 /* Keystore password of the credential to be installed. */
72 /* Install a private credential. */
116 /* Uninstall a private credential. */