Setup ECCSI Key
Detailed Description
Operations for establinshing an ECCSI key.
Initialize ECCSI Key before use (wc_InitEccsiKey()).
Initialize ECCSI Key before use (wc_InitEccsiKey_ex()) for use with a curve other than P256.
Either make a new key (wc_MakeEccsiKey()), import an existing key (wc_ImportEccsiKey()) or import existing private key (wc_ImportEccsiPrivateKey()) and public key (wc_ImportEccsiPublicKey()).
Export the key (wc_ExportEccsiKey()) after making a new key for future use.
Export the private key (wc_ExportEccsiPrivateKey()) after making a new key for future use.
Export the public key (wc_ExportEccsiPublicKey()) from KMS to pass to client.
Import the public key (wc_ImportEccsiPublicKey()) into client.
Free the ECCSI Key (wc_FreeEccsiKey()) when finished.
Updated on 2024-11-21 at 02:35:59 +0000