| Package | Description |
|---|---|
| com.amazonaws.services.kms |
|
| com.amazonaws.services.kms.model |
Classes modeling the various types represented by AWSKMS
|
| Modifier and Type | Method and Description |
|---|---|
DecryptResult |
AWSKMS.decrypt(DecryptRequest decryptRequest)
Decrypts ciphertext that was encrypted by a AWS KMS customer master key
(CMK) using any of the following operations:
|
DecryptResult |
AWSKMSClient.decrypt(DecryptRequest decryptRequest)
Decrypts ciphertext that was encrypted by a AWS KMS customer master key
(CMK) using any of the following operations:
|
| Modifier and Type | Method and Description |
|---|---|
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 ARN of the customer master key that was used to perform the
decryption.
|
DecryptResult |
DecryptResult.withPlaintext(ByteBuffer plaintext)
Decrypted plaintext data.
|
Copyright © 2020. All rights reserved.