c4c28d233105
latestOpenAPI 3.1.02026-08-09751,1741.4 MBEnclave Keys
List Enclave Keys
Get the public keys of the enclave.
get/api/v1/enclave-keys
Response
Successful Response
Example response
{
"sign_key": {
"public_key": "SGVsbG8=",
"attestation": {
"attestation": "SGVsbG8=",
"certificate": "SGVsbG8="
}
},
"encryption_key": {
"public_key": "SGVsbG8=",
"timestamped_signature": {
"signature": "SGVsbG8="
},
"certificate": "SGVsbG8="
},
"intent_signing_key": {
"public_key": "SGVsbG8=",
"attestation": {
"attestation": "SGVsbG8=",
"certificate": "SGVsbG8="
}
}
}