Uses of Class
com.amazonaws.services.kms.model.ReEncryptRequest
Packages that use ReEncryptRequest
-
Uses of ReEncryptRequest in com.amazonaws.services.kms
Methods in com.amazonaws.services.kms with parameters of type ReEncryptRequestModifier and TypeMethodDescriptionAbstractAWSKMS.reEncrypt
(ReEncryptRequest request) 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.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.AbstractAWSKMSAsync.reEncryptAsync
(ReEncryptRequest request) AbstractAWSKMSAsync.reEncryptAsync
(ReEncryptRequest request, AsyncHandler<ReEncryptRequest, ReEncryptResult> asyncHandler) 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.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.AWSKMSAsyncClient.reEncryptAsync
(ReEncryptRequest request) AWSKMSAsyncClient.reEncryptAsync
(ReEncryptRequest request, AsyncHandler<ReEncryptRequest, ReEncryptResult> asyncHandler) Method parameters in com.amazonaws.services.kms with type arguments of type ReEncryptRequestModifier and TypeMethodDescriptionAbstractAWSKMSAsync.reEncryptAsync
(ReEncryptRequest request, AsyncHandler<ReEncryptRequest, ReEncryptResult> asyncHandler) 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.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 ReEncryptRequestModifier and TypeMethodDescriptionReEncryptRequest.addDestinationEncryptionContextEntry
(String key, String value) ReEncryptRequest.addSourceEncryptionContextEntry
(String key, String value) ReEncryptRequest.clearDestinationEncryptionContextEntries()
Removes all the entries added into DestinationEncryptionContext.ReEncryptRequest.clearSourceEncryptionContextEntries()
Removes all the entries added into SourceEncryptionContext.ReEncryptRequest.clone()
ReEncryptRequest.withCiphertextBlob
(ByteBuffer ciphertextBlob) Ciphertext of the data to re-encrypt.ReEncryptRequest.withDestinationEncryptionContext
(Map<String, String> destinationEncryptionContext) Encryption context to be used when the data is re-encrypted.ReEncryptRequest.withDestinationKeyId
(String destinationKeyId) A unique identifier for the customer master key used to re-encrypt the data.ReEncryptRequest.withGrantTokens
(String... grantTokens) A list of grant tokens.ReEncryptRequest.withGrantTokens
(Collection<String> grantTokens) A list of grant tokens.ReEncryptRequest.withSourceEncryptionContext
(Map<String, String> sourceEncryptionContext) Encryption context used to encrypt and decrypt the data specified in theCiphertextBlob
parameter.