コンテンツにスキップ

Setup SAKKE Key

More...

Detailed Description

Operations for establishing a SAKKE key.

Initialization SAKKE Key before use (wc_InitSakkeKey() or wc_InitSakkeKey_ex()).

Either make a new key (wc_MakeSakkeKey()) or import an existing key (wc_ImportSakkeKey()).

Export the key (wc_ExportSakkeKey()) after making a new key for future use.

If only the private part of the KMS SAKKE Key is available, make the public key (wc_MakeSakkePublicKey()).

Export the private key (wc_ExportSakkePrivateKey()) from KMS from storage.

Import the private key (wc_ImportSakkePrivateKey()) into KMS from storage.

Export the public key (wc_ExportSakkePublicKey()) from KMS to pass to client.

Import the public key (wc_ImportSakkePublicKey()) into client.

Set the identity to use (wc_SetSakkeIdentity()) into client.

Free the SAKKE Key (wc_FreeSakkeKey()) when finished.


Updated on 2024-04-19 at 02:10:11 +0000