| Package | Description |
|---|---|
| com.amazonaws.services.kms |
Synchronous and asynchronous client classes for accessing AWSKMS.
|
| com.amazonaws.services.kms.model |
Classes modeling the various types represented by AWSKMS.
|
| Modifier and Type | Method and Description |
|---|---|
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 |
|---|---|
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> |
AWSKMSAsyncClient.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 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 |
|---|---|
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 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.withCiphertextBlob(ByteBuffer ciphertextBlob)
The re-encrypted data.
|
ReEncryptResult |
ReEncryptResult.withKeyId(String keyId)
Unique identifier of the key used to re-encrypt the data.
|
ReEncryptResult |
ReEncryptResult.withSourceKeyId(String sourceKeyId)
Unique identifier of the key used to originally encrypt the data.
|
Copyright © 2015. All rights reserved.