| Package | Description |
|---|---|
| com.amazonaws.services.kms |
|
| com.amazonaws.services.kms.model |
| Modifier and Type | Method and Description |
|---|---|
DecryptResult |
AWSKMSClient.decrypt(DecryptRequest request)
Decrypts ciphertext that was encrypted by a KMS key using any of the following operations:
|
DecryptResult |
AWSKMS.decrypt(DecryptRequest decryptRequest)
Decrypts ciphertext that was encrypted by a KMS key using any of the following operations:
|
DecryptResult |
AbstractAWSKMS.decrypt(DecryptRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<DecryptResult> |
AWSKMSAsyncClient.decryptAsync(DecryptRequest request) |
Future<DecryptResult> |
AWSKMSAsync.decryptAsync(DecryptRequest decryptRequest)
Decrypts ciphertext that was encrypted by a KMS key using any of the following operations:
|
Future<DecryptResult> |
AbstractAWSKMSAsync.decryptAsync(DecryptRequest request) |
Future<DecryptResult> |
AWSKMSAsyncClient.decryptAsync(DecryptRequest request,
AsyncHandler<DecryptRequest,DecryptResult> asyncHandler) |
Future<DecryptResult> |
AWSKMSAsync.decryptAsync(DecryptRequest decryptRequest,
AsyncHandler<DecryptRequest,DecryptResult> asyncHandler)
Decrypts ciphertext that was encrypted by a KMS key using any of the following operations:
|
Future<DecryptResult> |
AbstractAWSKMSAsync.decryptAsync(DecryptRequest request,
AsyncHandler<DecryptRequest,DecryptResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<DecryptResult> |
AWSKMSAsyncClient.decryptAsync(DecryptRequest request,
AsyncHandler<DecryptRequest,DecryptResult> asyncHandler) |
Future<DecryptResult> |
AWSKMSAsync.decryptAsync(DecryptRequest decryptRequest,
AsyncHandler<DecryptRequest,DecryptResult> asyncHandler)
Decrypts ciphertext that was encrypted by a KMS key using any of the following operations:
|
Future<DecryptResult> |
AbstractAWSKMSAsync.decryptAsync(DecryptRequest request,
AsyncHandler<DecryptRequest,DecryptResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
DecryptResult |
DecryptResult.clone() |
DecryptResult |
DecryptResult.withEncryptionAlgorithm(EncryptionAlgorithmSpec encryptionAlgorithm)
The encryption algorithm that was used to decrypt the ciphertext.
|
DecryptResult |
DecryptResult.withEncryptionAlgorithm(String encryptionAlgorithm)
The encryption algorithm that was used to decrypt the ciphertext.
|
DecryptResult |
DecryptResult.withKeyId(String keyId)
The Amazon Resource Name (key ARN) of the KMS
key that was used to decrypt the ciphertext.
|
DecryptResult |
DecryptResult.withPlaintext(ByteBuffer plaintext)
Decrypted plaintext data.
|
Copyright © 2023. All rights reserved.