| Package | Description | 
|---|---|
| com.amazonaws.services.kms | 
 | 
| com.amazonaws.services.kms.model | 
| Modifier and Type | Method and Description | 
|---|---|
EncryptResult | 
AWSKMS.encrypt(EncryptRequest encryptRequest)
 Encrypts plaintext into ciphertext by using a customer master key (CMK). 
 | 
EncryptResult | 
AbstractAWSKMS.encrypt(EncryptRequest request)  | 
EncryptResult | 
AWSKMSClient.encrypt(EncryptRequest request)
 Encrypts plaintext into ciphertext by using a customer master key (CMK). 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Future<EncryptResult> | 
AWSKMSAsyncClient.encryptAsync(EncryptRequest request)  | 
Future<EncryptResult> | 
AWSKMSAsync.encryptAsync(EncryptRequest encryptRequest)
 Encrypts plaintext into ciphertext by using a customer master key (CMK). 
 | 
Future<EncryptResult> | 
AbstractAWSKMSAsync.encryptAsync(EncryptRequest request)  | 
Future<EncryptResult> | 
AWSKMSAsyncClient.encryptAsync(EncryptRequest request,
            AsyncHandler<EncryptRequest,EncryptResult> asyncHandler)  | 
Future<EncryptResult> | 
AWSKMSAsync.encryptAsync(EncryptRequest encryptRequest,
            AsyncHandler<EncryptRequest,EncryptResult> asyncHandler)
 Encrypts plaintext into ciphertext by using a customer master key (CMK). 
 | 
Future<EncryptResult> | 
AbstractAWSKMSAsync.encryptAsync(EncryptRequest request,
            AsyncHandler<EncryptRequest,EncryptResult> asyncHandler)  | 
| Modifier and Type | Method and Description | 
|---|---|
Future<EncryptResult> | 
AWSKMSAsyncClient.encryptAsync(EncryptRequest request,
            AsyncHandler<EncryptRequest,EncryptResult> asyncHandler)  | 
Future<EncryptResult> | 
AWSKMSAsync.encryptAsync(EncryptRequest encryptRequest,
            AsyncHandler<EncryptRequest,EncryptResult> asyncHandler)
 Encrypts plaintext into ciphertext by using a customer master key (CMK). 
 | 
Future<EncryptResult> | 
AbstractAWSKMSAsync.encryptAsync(EncryptRequest request,
            AsyncHandler<EncryptRequest,EncryptResult> asyncHandler)  | 
| Modifier and Type | Method and Description | 
|---|---|
EncryptResult | 
EncryptResult.clone()  | 
EncryptResult | 
EncryptResult.withCiphertextBlob(ByteBuffer ciphertextBlob)
 The encrypted plaintext. 
 | 
EncryptResult | 
EncryptResult.withEncryptionAlgorithm(EncryptionAlgorithmSpec encryptionAlgorithm)
 The encryption algorithm that was used to encrypt the plaintext. 
 | 
EncryptResult | 
EncryptResult.withEncryptionAlgorithm(String encryptionAlgorithm)
 The encryption algorithm that was used to encrypt the plaintext. 
 | 
EncryptResult | 
EncryptResult.withKeyId(String keyId)
 The ID of the key used during encryption. 
 | 
Copyright © 2020. All rights reserved.