| 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 |
|---|---|
EncryptResult |
AWSKMSClient.encrypt(EncryptRequest encryptRequest)
Encrypts plaintext into ciphertext by using a customer master key.
|
EncryptResult |
AWSKMS.encrypt(EncryptRequest encryptRequest)
Encrypts plaintext into ciphertext by using a customer master key.
|
Future<EncryptResult> |
AWSKMSAsync.encryptAsync(EncryptRequest encryptRequest)
Encrypts plaintext into ciphertext by using a customer master key.
|
Future<EncryptResult> |
AWSKMSAsyncClient.encryptAsync(EncryptRequest encryptRequest)
Encrypts plaintext into ciphertext by using a customer master key.
|
Future<EncryptResult> |
AWSKMSAsync.encryptAsync(EncryptRequest encryptRequest,
AsyncHandler<EncryptRequest,EncryptResult> asyncHandler)
Encrypts plaintext into ciphertext by using a customer master key.
|
Future<EncryptResult> |
AWSKMSAsyncClient.encryptAsync(EncryptRequest encryptRequest,
AsyncHandler<EncryptRequest,EncryptResult> asyncHandler)
Encrypts plaintext into ciphertext by using a customer master key.
|
| Modifier and Type | Method and Description |
|---|---|
Future<EncryptResult> |
AWSKMSAsync.encryptAsync(EncryptRequest encryptRequest,
AsyncHandler<EncryptRequest,EncryptResult> asyncHandler)
Encrypts plaintext into ciphertext by using a customer master key.
|
Future<EncryptResult> |
AWSKMSAsyncClient.encryptAsync(EncryptRequest encryptRequest,
AsyncHandler<EncryptRequest,EncryptResult> asyncHandler)
Encrypts plaintext into ciphertext by using a customer master key.
|
| Modifier and Type | Method and Description |
|---|---|
EncryptRequest |
EncryptRequest.addEncryptionContextEntry(String key,
String value)
Name/value pair that specifies the encryption context to be used for
authenticated encryption.
|
EncryptRequest |
EncryptRequest.clearEncryptionContextEntries()
Removes all the entries added into EncryptionContext.
|
EncryptRequest |
EncryptRequest.clone() |
EncryptRequest |
EncryptRequest.withEncryptionContext(Map<String,String> encryptionContext)
Name/value pair that specifies the encryption context to be used for
authenticated encryption.
|
EncryptRequest |
EncryptRequest.withGrantTokens(Collection<String> grantTokens)
A list of grant tokens.
|
EncryptRequest |
EncryptRequest.withGrantTokens(String... grantTokens)
A list of grant tokens.
|
EncryptRequest |
EncryptRequest.withKeyId(String keyId)
A unique identifier for the customer master key.
|
EncryptRequest |
EncryptRequest.withPlaintext(ByteBuffer plaintext)
Data to be encrypted.
|
Copyright © 2015. All rights reserved.