|
|
| |
Paws::KMS::GenerateDataKeyResponse(3) |
User Contributed Perl Documentation |
Paws::KMS::GenerateDataKeyResponse(3) |
Paws::KMS::GenerateDataKeyResponse
Ciphertext that contains the encrypted data key. You must store the blob and
enough information to reconstruct the encryption context so that the data
encrypted by using the key can later be decrypted. You must provide both the
ciphertext blob and the encryption context to the Decrypt API to recover the
plaintext data key and decrypt the object.
If you are using the CLI, the value is Base64 encoded. Otherwise,
it is not encoded.
System generated unique identifier of the key to be used to decrypt the
encrypted copy of the data key.
Plaintext that contains the data key. Use this for encryption and decryption and
then remove it from memory as soon as possible.
Visit the GSP FreeBSD Man Page Interface. Output converted with ManDoc. |