KeyInfoDto
idstringrequired
Example:
b86483f3-3792-4a54-b11e-f1c6face9935typeKeyType (string)required
Possible values: [EdDSA, ES384, X509]
Example:
EdDSAdefaultbooleanrequired
Example:
truepublicKey object
algstring
Example:
RS256crvstring
Example:
P-256estring
Example:
AQABextboolean
Example:
falsekey_opsstring[]
Example:
["sign","verify"]kidstring
Example:
bdfd4c8e-3a44-4b9f-bc3e-1a8e26e3e99dktystringrequired
Example:
RSAnstring
Example:
sample_modulususestring
Example:
sigxstring
Example:
sample_x_coordinateystring
Example:
sample_y_coordinatecreatedDatestring<date-time>required
Example:
2025-02-21T10:26:42.206ZmodifiedDatestring<date-time>required
Example:
2025-02-21T10:26:42.206ZKeyInfoDto
{
"id": "b86483f3-3792-4a54-b11e-f1c6face9935",
"type": "EdDSA",
"default": true,
"publicKey": {
"kty": "RSA",
"e": "AQAB",
"n": "0vx7agoebGcQSuuPiLJXZptN9nndrmyq0ctuV5m"
},
"createdDate": "2025-02-21T10:26:42.206Z",
"modifiedDate": "2025-02-21T10:26:42.206Z"
}