Signing
List Signing Algorithms
List all available signing algorithms for a KMS key
GET
Path Parameters
The ID of the key to list the signing algorithms for. The key must be for signing and verifying.
Response
200
application/json
Default Response
Available options:
RSASSA_PSS_SHA_512
, RSASSA_PSS_SHA_384
, RSASSA_PSS_SHA_256
, RSASSA_PKCS1_V1_5_SHA_512
, RSASSA_PKCS1_V1_5_SHA_384
, RSASSA_PKCS1_V1_5_SHA_256
, ECDSA_SHA_512
, ECDSA_SHA_384
, ECDSA_SHA_256
Was this page helpful?