| Package | Description | 
|---|---|
| com.amazonaws.services.kms | 
 | 
| com.amazonaws.services.kms.model | 
| Modifier and Type | Method and Description | 
|---|---|
ReEncryptResult | 
AWSKMS.reEncrypt(ReEncryptRequest reEncryptRequest)
 Decrypts ciphertext and then reencrypts it entirely within AWS KMS. 
 | 
ReEncryptResult | 
AbstractAWSKMS.reEncrypt(ReEncryptRequest request)  | 
ReEncryptResult | 
AWSKMSClient.reEncrypt(ReEncryptRequest request)
 Decrypts ciphertext and then reencrypts it entirely within AWS KMS. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Future<ReEncryptResult> | 
AWSKMSAsyncClient.reEncryptAsync(ReEncryptRequest request)  | 
Future<ReEncryptResult> | 
AWSKMSAsync.reEncryptAsync(ReEncryptRequest reEncryptRequest)
 Decrypts ciphertext and then reencrypts it entirely within AWS KMS. 
 | 
Future<ReEncryptResult> | 
AbstractAWSKMSAsync.reEncryptAsync(ReEncryptRequest request)  | 
Future<ReEncryptResult> | 
AWSKMSAsyncClient.reEncryptAsync(ReEncryptRequest request,
              AsyncHandler<ReEncryptRequest,ReEncryptResult> asyncHandler)  | 
Future<ReEncryptResult> | 
AWSKMSAsync.reEncryptAsync(ReEncryptRequest reEncryptRequest,
              AsyncHandler<ReEncryptRequest,ReEncryptResult> asyncHandler)
 Decrypts ciphertext and then reencrypts it entirely within AWS KMS. 
 | 
Future<ReEncryptResult> | 
AbstractAWSKMSAsync.reEncryptAsync(ReEncryptRequest request,
              AsyncHandler<ReEncryptRequest,ReEncryptResult> asyncHandler)  | 
| Modifier and Type | Method and Description | 
|---|---|
Future<ReEncryptResult> | 
AWSKMSAsyncClient.reEncryptAsync(ReEncryptRequest request,
              AsyncHandler<ReEncryptRequest,ReEncryptResult> asyncHandler)  | 
Future<ReEncryptResult> | 
AWSKMSAsync.reEncryptAsync(ReEncryptRequest reEncryptRequest,
              AsyncHandler<ReEncryptRequest,ReEncryptResult> asyncHandler)
 Decrypts ciphertext and then reencrypts it entirely within AWS KMS. 
 | 
Future<ReEncryptResult> | 
AbstractAWSKMSAsync.reEncryptAsync(ReEncryptRequest request,
              AsyncHandler<ReEncryptRequest,ReEncryptResult> asyncHandler)  | 
| Modifier and Type | Method and Description | 
|---|---|
ReEncryptResult | 
ReEncryptResult.clone()  | 
ReEncryptResult | 
ReEncryptResult.withCiphertextBlob(ByteBuffer ciphertextBlob)
 The reencrypted data. 
 | 
ReEncryptResult | 
ReEncryptResult.withDestinationEncryptionAlgorithm(EncryptionAlgorithmSpec destinationEncryptionAlgorithm)
 The encryption algorithm that was used to reencrypt the data. 
 | 
ReEncryptResult | 
ReEncryptResult.withDestinationEncryptionAlgorithm(String destinationEncryptionAlgorithm)
 The encryption algorithm that was used to reencrypt the data. 
 | 
ReEncryptResult | 
ReEncryptResult.withKeyId(String keyId)
 Unique identifier of the CMK used to reencrypt the data. 
 | 
ReEncryptResult | 
ReEncryptResult.withSourceEncryptionAlgorithm(EncryptionAlgorithmSpec sourceEncryptionAlgorithm)
 The encryption algorithm that was used to decrypt the ciphertext before it was reencrypted. 
 | 
ReEncryptResult | 
ReEncryptResult.withSourceEncryptionAlgorithm(String sourceEncryptionAlgorithm)
 The encryption algorithm that was used to decrypt the ciphertext before it was reencrypted. 
 | 
ReEncryptResult | 
ReEncryptResult.withSourceKeyId(String sourceKeyId)
 Unique identifier of the CMK used to originally encrypt the data. 
 | 
Copyright © 2020. All rights reserved.