Package | Description |
---|---|
com.amazonaws.services.kms | |
com.amazonaws.services.kms.model | |
com.amazonaws.services.kms.model.transform |
Modifier and Type | Method and Description |
---|---|
ReEncryptResult |
AbstractAWSKMS.reEncrypt(ReEncryptRequest request) |
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.
|
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.
|
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future<ReEncryptResult> |
AbstractAWSKMSAsync.reEncryptAsync(ReEncryptRequest request) |
java.util.concurrent.Future<ReEncryptResult> |
AWSKMSAsyncClient.reEncryptAsync(ReEncryptRequest request) |
java.util.concurrent.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.
|
java.util.concurrent.Future<ReEncryptResult> |
AbstractAWSKMSAsync.reEncryptAsync(ReEncryptRequest request,
AsyncHandler<ReEncryptRequest,ReEncryptResult> asyncHandler) |
java.util.concurrent.Future<ReEncryptResult> |
AWSKMSAsyncClient.reEncryptAsync(ReEncryptRequest request,
AsyncHandler<ReEncryptRequest,ReEncryptResult> asyncHandler) |
java.util.concurrent.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.
|
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future<ReEncryptResult> |
AbstractAWSKMSAsync.reEncryptAsync(ReEncryptRequest request,
AsyncHandler<ReEncryptRequest,ReEncryptResult> asyncHandler) |
java.util.concurrent.Future<ReEncryptResult> |
AWSKMSAsyncClient.reEncryptAsync(ReEncryptRequest request,
AsyncHandler<ReEncryptRequest,ReEncryptResult> asyncHandler) |
java.util.concurrent.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.
|
Modifier and Type | Method and Description |
---|---|
ReEncryptResult |
ReEncryptResult.clone() |
ReEncryptResult |
ReEncryptResult.withCiphertextBlob(java.nio.ByteBuffer ciphertextBlob)
The re-encrypted data.
|
ReEncryptResult |
ReEncryptResult.withKeyId(java.lang.String keyId)
Unique identifier of the key used to re-encrypt the data.
|
ReEncryptResult |
ReEncryptResult.withSourceKeyId(java.lang.String sourceKeyId)
Unique identifier of the key used to originally encrypt the data.
|
Modifier and Type | Method and Description |
---|---|
ReEncryptResult |
ReEncryptResultJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |