Uses of Class
com.amazonaws.services.kms.model.ReEncryptResult
Packages that use ReEncryptResult
-
Uses of ReEncryptResult in com.amazonaws.services.kms
Methods in com.amazonaws.services.kms that return ReEncryptResultModifier 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.Methods in com.amazonaws.services.kms that return types with arguments of type ReEncryptResultModifier and TypeMethodDescriptionAbstractAWSKMSAsync.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 ReEncryptResultModifier 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 ReEncryptResult in com.amazonaws.services.kms.model
Methods in com.amazonaws.services.kms.model that return ReEncryptResultModifier and TypeMethodDescriptionReEncryptResult.clone()
ReEncryptResult.withCiphertextBlob
(ByteBuffer ciphertextBlob) The re-encrypted data.Unique identifier of the key used to re-encrypt the data.ReEncryptResult.withSourceKeyId
(String sourceKeyId) Unique identifier of the key used to originally encrypt the data.