Package | Description |
---|---|
com.amazonaws.services.kms |
|
com.amazonaws.services.kms.model |
Modifier and Type | Method and Description |
---|---|
ReEncryptResult |
AbstractAWSKMS.reEncrypt(ReEncryptRequest request) |
ReEncryptResult |
AWSKMSClient.reEncrypt(ReEncryptRequest request)
Decrypts ciphertext and then reencrypts it entirely within KMS.
|
ReEncryptResult |
AWSKMS.reEncrypt(ReEncryptRequest reEncryptRequest)
Decrypts ciphertext and then reencrypts it entirely within KMS.
|
Future<ReEncryptResult> |
AbstractAWSKMSAsync.reEncryptAsync(ReEncryptRequest request) |
Future<ReEncryptResult> |
AWSKMSAsyncClient.reEncryptAsync(ReEncryptRequest request) |
Future<ReEncryptResult> |
AWSKMSAsync.reEncryptAsync(ReEncryptRequest reEncryptRequest)
Decrypts ciphertext and then reencrypts it entirely within KMS.
|
Future<ReEncryptResult> |
AbstractAWSKMSAsync.reEncryptAsync(ReEncryptRequest request,
AsyncHandler<ReEncryptRequest,ReEncryptResult> asyncHandler) |
Future<ReEncryptResult> |
AWSKMSAsyncClient.reEncryptAsync(ReEncryptRequest request,
AsyncHandler<ReEncryptRequest,ReEncryptResult> asyncHandler) |
Future<ReEncryptResult> |
AWSKMSAsync.reEncryptAsync(ReEncryptRequest reEncryptRequest,
AsyncHandler<ReEncryptRequest,ReEncryptResult> asyncHandler)
Decrypts ciphertext and then reencrypts it entirely within KMS.
|
Modifier and Type | Method and Description |
---|---|
Future<ReEncryptResult> |
AbstractAWSKMSAsync.reEncryptAsync(ReEncryptRequest request,
AsyncHandler<ReEncryptRequest,ReEncryptResult> asyncHandler) |
Future<ReEncryptResult> |
AWSKMSAsyncClient.reEncryptAsync(ReEncryptRequest request,
AsyncHandler<ReEncryptRequest,ReEncryptResult> asyncHandler) |
Future<ReEncryptResult> |
AWSKMSAsync.reEncryptAsync(ReEncryptRequest reEncryptRequest,
AsyncHandler<ReEncryptRequest,ReEncryptResult> asyncHandler)
Decrypts ciphertext and then reencrypts it entirely within KMS.
|
Modifier and Type | Method and Description |
---|---|
ReEncryptRequest |
ReEncryptRequest.addDestinationEncryptionContextEntry(String key,
String value)
Add a single DestinationEncryptionContext entry
|
ReEncryptRequest |
ReEncryptRequest.addSourceEncryptionContextEntry(String key,
String value)
Add a single SourceEncryptionContext entry
|
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.withDestinationEncryptionAlgorithm(EncryptionAlgorithmSpec destinationEncryptionAlgorithm)
Specifies the encryption algorithm that KMS will use to reecrypt the data after it has decrypted it.
|
ReEncryptRequest |
ReEncryptRequest.withDestinationEncryptionAlgorithm(String destinationEncryptionAlgorithm)
Specifies the encryption algorithm that KMS will use to reecrypt the data after it has decrypted it.
|
ReEncryptRequest |
ReEncryptRequest.withDestinationEncryptionContext(Map<String,String> destinationEncryptionContext)
Specifies that encryption context to use when the reencrypting the data.
|
ReEncryptRequest |
ReEncryptRequest.withDestinationKeyId(String destinationKeyId)
A unique identifier for the KMS key 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.withSourceEncryptionAlgorithm(EncryptionAlgorithmSpec sourceEncryptionAlgorithm)
Specifies the encryption algorithm that KMS will use to decrypt the ciphertext before it is reencrypted.
|
ReEncryptRequest |
ReEncryptRequest.withSourceEncryptionAlgorithm(String sourceEncryptionAlgorithm)
Specifies the encryption algorithm that KMS will use to decrypt the ciphertext before it is reencrypted.
|
ReEncryptRequest |
ReEncryptRequest.withSourceEncryptionContext(Map<String,String> sourceEncryptionContext)
Specifies the encryption context to use to decrypt the ciphertext.
|
ReEncryptRequest |
ReEncryptRequest.withSourceKeyId(String sourceKeyId)
Specifies the KMS key that KMS will use to decrypt the ciphertext before it is re-encrypted.
|
Copyright © 2023. All rights reserved.