Package | Description |
---|---|
com.amazonaws.services.kms |
|
com.amazonaws.services.kms.model |
Modifier and Type | Method and Description |
---|---|
ReEncryptResult |
AWSKMS.reEncrypt(ReEncryptRequest reEncryptRequest)
Encrypts data on the server side with a new customer master key (CMK) without exposing the plaintext of the data
on the client side.
|
ReEncryptResult |
AbstractAWSKMS.reEncrypt(ReEncryptRequest request) |
ReEncryptResult |
AWSKMSClient.reEncrypt(ReEncryptRequest request)
Encrypts data on the server side with a new customer master key (CMK) without exposing the plaintext of the data
on the client side.
|
Modifier and Type | Method and Description |
---|---|
Future<ReEncryptResult> |
AWSKMSAsyncClient.reEncryptAsync(ReEncryptRequest request) |
Future<ReEncryptResult> |
AWSKMSAsync.reEncryptAsync(ReEncryptRequest reEncryptRequest)
Encrypts data on the server side with a new customer master key (CMK) without exposing the plaintext of the data
on the client side.
|
Future<ReEncryptResult> |
AbstractAWSKMSAsync.reEncryptAsync(ReEncryptRequest request) |
Future<ReEncryptResult> |
AWSKMSAsyncClient.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 (CMK) without exposing the plaintext of the data
on the client side.
|
Future<ReEncryptResult> |
AbstractAWSKMSAsync.reEncryptAsync(ReEncryptRequest request,
AsyncHandler<ReEncryptRequest,ReEncryptResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
Future<ReEncryptResult> |
AWSKMSAsyncClient.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 (CMK) without exposing the plaintext of the data
on the client side.
|
Future<ReEncryptResult> |
AbstractAWSKMSAsync.reEncryptAsync(ReEncryptRequest request,
AsyncHandler<ReEncryptRequest,ReEncryptResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
ReEncryptResult |
ReEncryptResult.clone() |
ReEncryptResult |
ReEncryptResult.withCiphertextBlob(ByteBuffer ciphertextBlob)
The reencrypted data.
|
ReEncryptResult |
ReEncryptResult.withKeyId(String keyId)
Unique identifier of the CMK used to reencrypt the data.
|
ReEncryptResult |
ReEncryptResult.withSourceKeyId(String sourceKeyId)
Unique identifier of the CMK used to originally encrypt the data.
|
Copyright © 2018. All rights reserved.