| 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 |
AWSKMSClient.decrypt(DecryptRequest decryptRequest)
Decrypts ciphertext.
|
DecryptResult |
AWSKMS.decrypt(DecryptRequest decryptRequest)
Decrypts ciphertext.
|
| Modifier and Type | Method and Description |
|---|---|
DecryptRequest |
DecryptRequest.addEncryptionContextEntry(String key,
String value)
The encryption context.
|
DecryptRequest |
DecryptRequest.clearEncryptionContextEntries()
Removes all the entries added into EncryptionContext.
|
DecryptRequest |
DecryptRequest.withCiphertextBlob(ByteBuffer ciphertextBlob)
Ciphertext to be decrypted.
|
DecryptRequest |
DecryptRequest.withEncryptionContext(Map<String,String> encryptionContext)
The encryption context.
|
DecryptRequest |
DecryptRequest.withGrantTokens(Collection<String> grantTokens)
A list of grant tokens.
|
DecryptRequest |
DecryptRequest.withGrantTokens(String... grantTokens)
A list of grant tokens.
|
Copyright © 2019. All rights reserved.