Signing
Verify Signature
Verify data signatures with a KMS key.
POST
Path Parameters
The ID of the key to verify the data with.
Body
application/json
The data in string format to be verified (base64 encoded). For data larger than 4096 bytes you must first create a digest of the data and then pass the digest in the data parameter.
The signature to be verified (base64 encoded).
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
Whether the data is already digested or not.
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?