Uses of Class
com.amazonaws.services.kms.model.EncryptResult
-
Packages that use EncryptResult Package Description com.amazonaws.services.kms com.amazonaws.services.kms.model -
-
Uses of EncryptResult in com.amazonaws.services.kms
Methods in com.amazonaws.services.kms that return EncryptResult 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.Methods in com.amazonaws.services.kms that return types with arguments of type EncryptResult Modifier and Type Method Description 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 EncryptResult 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 EncryptResult in com.amazonaws.services.kms.model
Methods in com.amazonaws.services.kms.model that return EncryptResult Modifier and Type Method Description EncryptResult
EncryptResult. clone()
EncryptResult
EncryptResult. withCiphertextBlob(ByteBuffer ciphertextBlob)
The encrypted plaintext.EncryptResult
EncryptResult. withKeyId(String keyId)
The ID of the key used during encryption.
-