| 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.
|
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 |
|---|---|
ReEncryptRequest |
ReEncryptRequest.addDestinationEncryptionContextEntry(String key,
String value)
Encryption context to be used when the data is re-encrypted.
|
ReEncryptRequest |
ReEncryptRequest.addSourceEncryptionContextEntry(String key,
String value)
Encryption context used to encrypt and decrypt the data specified in
the
CiphertextBlob parameter. |
ReEncryptRequest |
ReEncryptRequest.clearDestinationEncryptionContextEntries()
Removes all the entries added into DestinationEncryptionContext.
|
ReEncryptRequest |
ReEncryptRequest.clearSourceEncryptionContextEntries()
Removes all the entries added into SourceEncryptionContext.
|
ReEncryptRequest |
ReEncryptRequest.clone() |
ReEncryptRequest |
ReEncryptRequest.withCiphertextBlob(ByteBuffer ciphertextBlob)
Ciphertext of the data to re-encrypt.
|
ReEncryptRequest |
ReEncryptRequest.withDestinationEncryptionContext(Map<String,String> destinationEncryptionContext)
Encryption context to be used when the data is re-encrypted.
|
ReEncryptRequest |
ReEncryptRequest.withDestinationKeyId(String destinationKeyId)
Key identifier of the key used to re-encrypt the data.
|
ReEncryptRequest |
ReEncryptRequest.withGrantTokens(Collection<String> grantTokens)
Grant tokens that identify the grants that have permissions for the
encryption and decryption process.
|
ReEncryptRequest |
ReEncryptRequest.withGrantTokens(String... grantTokens)
Grant tokens that identify the grants that have permissions for the
encryption and decryption process.
|
ReEncryptRequest |
ReEncryptRequest.withSourceEncryptionContext(Map<String,String> sourceEncryptionContext)
Encryption context used to encrypt and decrypt the data specified in
the
CiphertextBlob parameter. |
Copyright © 2015. All rights reserved.