You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::KMS::Types::ReEncryptResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::KMS::Types::ReEncryptResponse
- Defined in:
- (unknown)
Overview
Returned by:
Instance Attribute Summary collapse
-
#ciphertext_blob ⇒ String
The reencrypted data.
-
#destination_encryption_algorithm ⇒ String
The encryption algorithm that was used to reencrypt the data.
-
#key_id ⇒ String
The Amazon Resource Name ([key ARN][1]) of the CMK that was used to reencrypt the data.
-
#source_encryption_algorithm ⇒ String
The encryption algorithm that was used to decrypt the ciphertext before it was reencrypted.
-
#source_key_id ⇒ String
Unique identifier of the CMK used to originally encrypt the data.
Instance Attribute Details
#ciphertext_blob ⇒ String
The reencrypted data. When you use the HTTP API or the AWS CLI, the value is Base64-encoded. Otherwise, it is not Base64-encoded.
#destination_encryption_algorithm ⇒ String
The encryption algorithm that was used to reencrypt the data.
Possible values:
- SYMMETRIC_DEFAULT
- RSAES_OAEP_SHA_1
- RSAES_OAEP_SHA_256
#key_id ⇒ String
The Amazon Resource Name (key ARN) of the CMK that was used to reencrypt the data.
#source_encryption_algorithm ⇒ String
The encryption algorithm that was used to decrypt the ciphertext before it was reencrypted.
Possible values:
- SYMMETRIC_DEFAULT
- RSAES_OAEP_SHA_1
- RSAES_OAEP_SHA_256
#source_key_id ⇒ String
Unique identifier of the CMK used to originally encrypt the data.