Uses of Class
com.amazonaws.services.kms.model.EncryptRequest
-
Packages that use EncryptRequest Package Description com.amazonaws.services.kms com.amazonaws.services.kms.model -
-
Uses of EncryptRequest in com.amazonaws.services.kms
Methods in com.amazonaws.services.kms with parameters of type EncryptRequest Modifier and Type Method Description EncryptResult
AbstractAWSKMS. encrypt(EncryptRequest request)
EncryptResult
AWSKMS. encrypt(EncryptRequest encryptRequest)
Encrypts plaintext into ciphertext by using a customer master key.EncryptResult
AWSKMSClient. encrypt(EncryptRequest encryptRequest)
Encrypts plaintext into ciphertext by using a customer master key.Future<EncryptResult>
AbstractAWSKMSAsync. encryptAsync(EncryptRequest request)
Future<EncryptResult>
AbstractAWSKMSAsync. encryptAsync(EncryptRequest request, AsyncHandler<EncryptRequest,EncryptResult> asyncHandler)
Future<EncryptResult>
AWSKMSAsync. 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 request)
Future<EncryptResult>
AWSKMSAsyncClient. encryptAsync(EncryptRequest request, AsyncHandler<EncryptRequest,EncryptResult> asyncHandler)
Method parameters in com.amazonaws.services.kms with type arguments of type EncryptRequest Modifier and Type Method Description Future<EncryptResult>
AbstractAWSKMSAsync. 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.Future<EncryptResult>
AWSKMSAsyncClient. encryptAsync(EncryptRequest request, AsyncHandler<EncryptRequest,EncryptResult> asyncHandler)
-
Uses of EncryptRequest in com.amazonaws.services.kms.model
Methods in com.amazonaws.services.kms.model that return EncryptRequest Modifier and Type Method Description EncryptRequest
EncryptRequest. addEncryptionContextEntry(String key, String value)
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(String... grantTokens)
A list of grant tokens.EncryptRequest
EncryptRequest. withGrantTokens(Collection<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.
-