NAME
Paws::KMS::EncryptResponse
ATTRIBUTES
CiphertextBlob => Str
The encrypted plaintext. When you use the HTTP API or the AWS CLI, the value is Base64-encoded. Otherwise, it is not Base64-encoded.
EncryptionAlgorithm => Str
The encryption algorithm that was used to encrypt the plaintext.
Valid values are: "SYMMETRIC_DEFAULT", "RSAES_OAEP_SHA_1", "RSAES_OAEP_SHA_256" =head2 KeyId => Str
The ID of the key used during encryption.