AWSKMSReEncryptResponse
Objective-C
@interface AWSKMSReEncryptResponse
Swift
class AWSKMSReEncryptResponse
-
The reencrypted data. When you use the HTTP API or the Amazon Web Services CLI, the value is Base64-encoded. Otherwise, it is not Base64-encoded.
Declaration
Objective-C
@property (nonatomic, strong) NSData *_Nullable ciphertextBlob;Swift
var ciphertextBlob: Data? { get set } -
The encryption algorithm that was used to reencrypt the data.
Declaration
Objective-C
@property (nonatomic) AWSKMSEncryptionAlgorithmSpec destinationEncryptionAlgorithm;Swift
var destinationEncryptionAlgorithm: AWSKMSEncryptionAlgorithmSpec { get set } -
The Amazon Resource Name (key ARN) of the KMS key that was used to reencrypt the data.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable keyId;Swift
var keyId: String? { get set } -
The encryption algorithm that was used to decrypt the ciphertext before it was reencrypted.
Declaration
Objective-C
@property (nonatomic) AWSKMSEncryptionAlgorithmSpec sourceEncryptionAlgorithm;Swift
var sourceEncryptionAlgorithm: AWSKMSEncryptionAlgorithmSpec { get set } -
Unique identifier of the KMS key used to originally encrypt the data.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable sourceKeyId;Swift
var sourceKeyId: String? { get set }
View on GitHub
Install in Dash
AWSKMSReEncryptResponse Class Reference