| 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.
|
DecryptResult |
AWSKMSClient.decrypt(DecryptRequest decryptRequest)
Decrypts ciphertext.
|
| Modifier and Type | Method and Description |
|---|---|
DecryptResult |
DecryptResult.withKeyId(String keyId)
ARN of the key used to perform the decryption.
|
DecryptResult |
DecryptResult.withPlaintext(ByteBuffer plaintext)
Decrypted plaintext data.
|
Copyright © 2018. All rights reserved.