| Package | Description |
|---|---|
| com.amazonaws.services.kms |
Synchronous and asynchronous client classes for accessing AWSKMS.
|
| 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.
|
Future<DecryptResult> |
AWSKMSAsync.decryptAsync(DecryptRequest decryptRequest)
Decrypts ciphertext.
|
Future<DecryptResult> |
AWSKMSAsyncClient.decryptAsync(DecryptRequest decryptRequest)
Decrypts ciphertext.
|
Future<DecryptResult> |
AWSKMSAsync.decryptAsync(DecryptRequest decryptRequest,
AsyncHandler<DecryptRequest,DecryptResult> asyncHandler)
Decrypts ciphertext.
|
Future<DecryptResult> |
AWSKMSAsyncClient.decryptAsync(DecryptRequest decryptRequest,
AsyncHandler<DecryptRequest,DecryptResult> asyncHandler)
Decrypts ciphertext.
|
| Modifier and Type | Method and Description |
|---|---|
Future<DecryptResult> |
AWSKMSAsync.decryptAsync(DecryptRequest decryptRequest,
AsyncHandler<DecryptRequest,DecryptResult> asyncHandler)
Decrypts ciphertext.
|
Future<DecryptResult> |
AWSKMSAsyncClient.decryptAsync(DecryptRequest decryptRequest,
AsyncHandler<DecryptRequest,DecryptResult> asyncHandler)
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 including metadata.
|
DecryptRequest |
DecryptRequest.withEncryptionContext(Map<String,String> encryptionContext)
The encryption context.
|
DecryptRequest |
DecryptRequest.withGrantTokens(Collection<String> grantTokens)
A list of grant tokens that represent grants which can be used to
provide long term permissions to perform decryption.
|
DecryptRequest |
DecryptRequest.withGrantTokens(String... grantTokens)
A list of grant tokens that represent grants which can be used to
provide long term permissions to perform decryption.
|
Copyright © 2014. All rights reserved.