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 ReEncryptResultAbstractAWSKMS. reEncrypt(ReEncryptRequest request)ReEncryptResultAWSKMS. 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.ReEncryptResultAWSKMSClient. 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 ReEncryptRequestReEncryptRequest. addDestinationEncryptionContextEntry(String key, String value)ReEncryptRequestReEncryptRequest. addSourceEncryptionContextEntry(String key, String value)ReEncryptRequestReEncryptRequest. clearDestinationEncryptionContextEntries()Removes all the entries added into DestinationEncryptionContext.ReEncryptRequestReEncryptRequest. clearSourceEncryptionContextEntries()Removes all the entries added into SourceEncryptionContext.ReEncryptRequestReEncryptRequest. clone()ReEncryptRequestReEncryptRequest. withCiphertextBlob(ByteBuffer ciphertextBlob)Ciphertext of the data to re-encrypt.ReEncryptRequestReEncryptRequest. withDestinationEncryptionContext(Map<String,String> destinationEncryptionContext)Encryption context to be used when the data is re-encrypted.ReEncryptRequestReEncryptRequest. withDestinationKeyId(String destinationKeyId)A unique identifier for the customer master key used to re-encrypt the data.ReEncryptRequestReEncryptRequest. withGrantTokens(String... grantTokens)A list of grant tokens.ReEncryptRequestReEncryptRequest. withGrantTokens(Collection<String> grantTokens)A list of grant tokens.ReEncryptRequestReEncryptRequest. withSourceEncryptionContext(Map<String,String> sourceEncryptionContext)Encryption context used to encrypt and decrypt the data specified in theCiphertextBlobparameter.
-