Uses of Class
com.amazonaws.services.kms.model.ReEncryptRequest
-
Packages that use ReEncryptRequest Package Description com.amazonaws.services.kms com.amazonaws.services.kms.model -
-
Uses of ReEncryptRequest in com.amazonaws.services.kms
Methods in com.amazonaws.services.kms with parameters of type ReEncryptRequest Modifier and Type Method Description ReEncryptResult
AbstractAWSKMS. reEncrypt(ReEncryptRequest request)
ReEncryptResult
AWSKMS. reEncrypt(ReEncryptRequest reEncryptRequest)
Encrypts data on the server side with a new customer master key without exposing the plaintext of the data on the client side.ReEncryptResult
AWSKMSClient. reEncrypt(ReEncryptRequest reEncryptRequest)
Encrypts data on the server side with a new customer master key without exposing the plaintext of the data on the client side.Future<ReEncryptResult>
AbstractAWSKMSAsync. reEncryptAsync(ReEncryptRequest request)
Future<ReEncryptResult>
AbstractAWSKMSAsync. reEncryptAsync(ReEncryptRequest request, AsyncHandler<ReEncryptRequest,ReEncryptResult> asyncHandler)
Future<ReEncryptResult>
AWSKMSAsync. reEncryptAsync(ReEncryptRequest reEncryptRequest)
Encrypts data on the server side with a new customer master key without exposing the plaintext of the data on the client side.Future<ReEncryptResult>
AWSKMSAsync. reEncryptAsync(ReEncryptRequest reEncryptRequest, AsyncHandler<ReEncryptRequest,ReEncryptResult> asyncHandler)
Encrypts data on the server side with a new customer master key without exposing the plaintext of the data on the client side.Future<ReEncryptResult>
AWSKMSAsyncClient. reEncryptAsync(ReEncryptRequest request)
Future<ReEncryptResult>
AWSKMSAsyncClient. reEncryptAsync(ReEncryptRequest request, AsyncHandler<ReEncryptRequest,ReEncryptResult> asyncHandler)
Method parameters in com.amazonaws.services.kms with type arguments of type ReEncryptRequest Modifier and Type Method Description Future<ReEncryptResult>
AbstractAWSKMSAsync. reEncryptAsync(ReEncryptRequest request, AsyncHandler<ReEncryptRequest,ReEncryptResult> asyncHandler)
Future<ReEncryptResult>
AWSKMSAsync. reEncryptAsync(ReEncryptRequest reEncryptRequest, AsyncHandler<ReEncryptRequest,ReEncryptResult> asyncHandler)
Encrypts data on the server side with a new customer master key without exposing the plaintext of the data on the client side.Future<ReEncryptResult>
AWSKMSAsyncClient. reEncryptAsync(ReEncryptRequest request, AsyncHandler<ReEncryptRequest,ReEncryptResult> asyncHandler)
-
Uses of ReEncryptRequest in com.amazonaws.services.kms.model
Methods in com.amazonaws.services.kms.model that return ReEncryptRequest Modifier and Type Method Description ReEncryptRequest
ReEncryptRequest. addDestinationEncryptionContextEntry(String key, String value)
ReEncryptRequest
ReEncryptRequest. addSourceEncryptionContextEntry(String key, String value)
ReEncryptRequest
ReEncryptRequest. clearDestinationEncryptionContextEntries()
Removes all the entries added into DestinationEncryptionContext.ReEncryptRequest
ReEncryptRequest. clearSourceEncryptionContextEntries()
Removes all the entries added into SourceEncryptionContext.ReEncryptRequest
ReEncryptRequest. clone()
ReEncryptRequest
ReEncryptRequest. withCiphertextBlob(ByteBuffer ciphertextBlob)
Ciphertext of the data to re-encrypt.ReEncryptRequest
ReEncryptRequest. withDestinationEncryptionContext(Map<String,String> destinationEncryptionContext)
Encryption context to be used when the data is re-encrypted.ReEncryptRequest
ReEncryptRequest. withDestinationKeyId(String destinationKeyId)
A unique identifier for the customer master key used to re-encrypt the data.ReEncryptRequest
ReEncryptRequest. withGrantTokens(String... grantTokens)
A list of grant tokens.ReEncryptRequest
ReEncryptRequest. withGrantTokens(Collection<String> grantTokens)
A list of grant tokens.ReEncryptRequest
ReEncryptRequest. withSourceEncryptionContext(Map<String,String> sourceEncryptionContext)
Encryption context used to encrypt and decrypt the data specified in theCiphertextBlob
parameter.
-