Package | Description |
---|---|
com.amazonaws.services.kms | |
com.amazonaws.services.kms.model | |
com.amazonaws.services.kms.model.transform |
Modifier and Type | Method and Description |
---|---|
EncryptResult |
AbstractAWSKMS.encrypt(EncryptRequest request) |
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.
|
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future<EncryptResult> |
AbstractAWSKMSAsync.encryptAsync(EncryptRequest request) |
java.util.concurrent.Future<EncryptResult> |
AWSKMSAsyncClient.encryptAsync(EncryptRequest request) |
java.util.concurrent.Future<EncryptResult> |
AWSKMSAsync.encryptAsync(EncryptRequest encryptRequest)
Encrypts plaintext into ciphertext by using a customer master key.
|
java.util.concurrent.Future<EncryptResult> |
AbstractAWSKMSAsync.encryptAsync(EncryptRequest request,
AsyncHandler<EncryptRequest,EncryptResult> asyncHandler) |
java.util.concurrent.Future<EncryptResult> |
AWSKMSAsyncClient.encryptAsync(EncryptRequest request,
AsyncHandler<EncryptRequest,EncryptResult> asyncHandler) |
java.util.concurrent.Future<EncryptResult> |
AWSKMSAsync.encryptAsync(EncryptRequest encryptRequest,
AsyncHandler<EncryptRequest,EncryptResult> asyncHandler)
Encrypts plaintext into ciphertext by using a customer master key.
|
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future<EncryptResult> |
AbstractAWSKMSAsync.encryptAsync(EncryptRequest request,
AsyncHandler<EncryptRequest,EncryptResult> asyncHandler) |
java.util.concurrent.Future<EncryptResult> |
AWSKMSAsyncClient.encryptAsync(EncryptRequest request,
AsyncHandler<EncryptRequest,EncryptResult> asyncHandler) |
java.util.concurrent.Future<EncryptResult> |
AWSKMSAsync.encryptAsync(EncryptRequest encryptRequest,
AsyncHandler<EncryptRequest,EncryptResult> asyncHandler)
Encrypts plaintext into ciphertext by using a customer master key.
|
Modifier and Type | Method and Description |
---|---|
EncryptResult |
EncryptResult.clone() |
EncryptResult |
EncryptResult.withCiphertextBlob(java.nio.ByteBuffer ciphertextBlob)
The encrypted plaintext.
|
EncryptResult |
EncryptResult.withKeyId(java.lang.String keyId)
The ID of the key used during encryption.
|
Modifier and Type | Method and Description |
---|---|
EncryptResult |
EncryptResultJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |