Keys
Create cryptographic keys using different key algorithms and storage types.
The public key can be seen in the system (publicKey
) and is used to verify
credentials. The private key is stored in the system and used to sign credentials,
but cannot be exported and is not visible through the API.
At least one key pair is needed to create a DID, and a DID is required to issue, hold, or verify credentials.
This resource also generates Certificate Signing Requests, a necessary component of ISO mdoc issuance and verification.
Related guide: Keys
📄️ Retrieve key
Returns detailed information on a key.
📄️ List keys
Returns a list of keys created in an organization. See the [guidelines](/api/general_guidelines) for handling list endpoints.
📄️ Create a key
Creates a key within an organization, which can be used to create a DID.
📄️ Check certificate
📄️ Generate a CSR
Generates a Certificate Signing Request (CSR). These are used to create mDL DS certificates, enabling mdoc issuance.