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.
|
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 |
---|---|
ReEncryptRequest |
ReEncryptRequest.addDestinationEncryptionContextEntry(java.lang.String key,
java.lang.String value) |
ReEncryptRequest |
ReEncryptRequest.addSourceEncryptionContextEntry(java.lang.String key,
java.lang.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(java.nio.ByteBuffer ciphertextBlob)
Ciphertext of the data to re-encrypt.
|
ReEncryptRequest |
ReEncryptRequest.withDestinationEncryptionContext(java.util.Map<java.lang.String,java.lang.String> destinationEncryptionContext)
Encryption context to be used when the data is re-encrypted.
|
ReEncryptRequest |
ReEncryptRequest.withDestinationKeyId(java.lang.String destinationKeyId)
A unique identifier for the customer master key used to re-encrypt the
data.
|
ReEncryptRequest |
ReEncryptRequest.withGrantTokens(java.util.Collection<java.lang.String> grantTokens)
A list of grant tokens.
|
ReEncryptRequest |
ReEncryptRequest.withGrantTokens(java.lang.String... grantTokens)
A list of grant tokens.
|
ReEncryptRequest |
ReEncryptRequest.withSourceEncryptionContext(java.util.Map<java.lang.String,java.lang.String> sourceEncryptionContext)
Encryption context used to encrypt and decrypt the data specified in the
CiphertextBlob parameter. |
Modifier and Type | Method and Description |
---|---|
Request<ReEncryptRequest> |
ReEncryptRequestMarshaller.marshall(ReEncryptRequest reEncryptRequest) |
Modifier and Type | Method and Description |
---|---|
Request<ReEncryptRequest> |
ReEncryptRequestMarshaller.marshall(ReEncryptRequest reEncryptRequest) |