Fetching the Public Key
The post /v1/cckm/sap/hyok/v1/keystores/{keystore_id}/keys/{external_key_id}/get-public-key
API returns the public key of an asymmetric key stored in a keystore on CipherTrust Manager. The key specified in the key_id
path variable MUST be an asymmetric key. The key version ID is optional and may be provided to get the public key of a specific version of the key.
The public key returned in response is a PEM-encoded public key according to IETF RFC 5280, specifically using the ‘SubjectPublicKeyInfo’ encoding to allow both the algorithm and public key to be encoded.
Request Parameters
Parameter | Type | Description |
---|---|---|
sap_tenant_id | string | ID of the SAP Tenant. |
Example Request
Example Response
Response Codes
Response Code | Description |
---|---|
200 | Ok |
400 | Bad request |
401 | Unauthorized |
404 | Not found |
403 | Forbidden |
500 | Internal server error |
Refer to HTTP status codes for details.