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.
|
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 |
---|---|
ReEncryptRequest |
ReEncryptRequest.addDestinationEncryptionContextEntry(String key,
String value) |
ReEncryptRequest |
ReEncryptRequest.addSourceEncryptionContextEntry(String key,
String value) |
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 reencrypt.
|
ReEncryptRequest |
ReEncryptRequest.withDestinationEncryptionContext(Map<String,String> destinationEncryptionContext)
Encryption context to use when the data is reencrypted.
|
ReEncryptRequest |
ReEncryptRequest.withDestinationKeyId(String destinationKeyId)
A unique identifier for the CMK that is used to reencrypt the data.
|
ReEncryptRequest |
ReEncryptRequest.withGrantTokens(Collection<String> grantTokens)
A list of grant tokens.
|
ReEncryptRequest |
ReEncryptRequest.withGrantTokens(String... grantTokens)
A list of grant tokens.
|
ReEncryptRequest |
ReEncryptRequest.withSourceEncryptionContext(Map<String,String> sourceEncryptionContext)
Encryption context used to encrypt and decrypt the data specified in the
CiphertextBlob parameter. |
Copyright © 2018. All rights reserved.