Decrypt
GET /?Action=Decrypt
Description
Decrypts ciphertext into plaintext.
Body parameter
Required: false
Name: DecryptRequest
| Name | Description | Required | Schema | Default | Example |
|---|---|---|---|---|---|
CiphertextBlob |
The ciphertext you want to decrypt. |
true |
string |
||
EncryptionContext |
A context for the decryption, in the form of one or more |
false |
object |
Responses
HTTP Code 200
| HTTP Code | Description | Schema |
|---|---|---|
200 |
DecryptResult |
Response 200
| Name | Description | Required | Schema | Default | Example |
|---|---|---|---|---|---|
KeyId |
The ID of the CMK. |
false |
string |
||
Plaintext |
The decrypted ciphertext, encoded in base64. |
false |
string |