AWSKMSReEncryptResponse Class Reference
Inherits from | AWSModel : AWSMTLModel |
---|---|
Declared in | AWSKMSModel.h AWSKMSModel.m |
ciphertextBlob
The reencrypted data. When you use the HTTP API or the AWS CLI, the value is Base64-encoded. Otherwise, it is not encoded.
@property (nonatomic, strong) NSData *ciphertextBlob
Declared In
AWSKMSModel.h
keyId
Unique identifier of the CMK used to reencrypt the data.
@property (nonatomic, strong) NSString *keyId
Declared In
AWSKMSModel.h
sourceKeyId
Unique identifier of the CMK used to originally encrypt the data.
@property (nonatomic, strong) NSString *sourceKeyId
Declared In
AWSKMSModel.h