- Call Get algorithms to discover which algorithms are available on the broker.
- Call Create key to generate a key pair using one of those algorithms.
- Use the resulting
keyIdin identity applications, contract signing, and vault link creation.
Endpoints
Algorithm properties
Each algorithm returned by Get algorithms includes:Key storage and security
- Keys are stored encrypted on the server, protected by the key password.
- The key password is never stored — instead, a signature derived from it is used to reconstruct the encryption key.
- All operations that use a key require
keySignature(signed with the key password) andrequestSignature(signed with the account password). - Reusing a
noncewill result in an error.
Related
- Legal identities — keys are required to apply for and sign identity applications.
- Contracts — keys are required to sign smart contracts.
- Storage — keys are used to sign vault link creation requests.