| Package | Description |
|---|---|
| com.amazonaws.services.kms |
|
| com.amazonaws.services.kms.model |
| Modifier and Type | Method and Description |
|---|---|
EncryptResult |
AWSKMSClient.encrypt(EncryptRequest request)
Encrypts plaintext of up to 4,096 bytes using a KMS key.
|
EncryptResult |
AbstractAWSKMS.encrypt(EncryptRequest request) |
EncryptResult |
AWSKMS.encrypt(EncryptRequest encryptRequest)
Encrypts plaintext of up to 4,096 bytes using a KMS key.
|
| Modifier and Type | Method and Description |
|---|---|
Future<EncryptResult> |
AWSKMSAsyncClient.encryptAsync(EncryptRequest request) |
Future<EncryptResult> |
AbstractAWSKMSAsync.encryptAsync(EncryptRequest request) |
Future<EncryptResult> |
AWSKMSAsync.encryptAsync(EncryptRequest encryptRequest)
Encrypts plaintext of up to 4,096 bytes using a KMS key.
|
Future<EncryptResult> |
AWSKMSAsyncClient.encryptAsync(EncryptRequest request,
AsyncHandler<EncryptRequest,EncryptResult> asyncHandler) |
Future<EncryptResult> |
AbstractAWSKMSAsync.encryptAsync(EncryptRequest request,
AsyncHandler<EncryptRequest,EncryptResult> asyncHandler) |
Future<EncryptResult> |
AWSKMSAsync.encryptAsync(EncryptRequest encryptRequest,
AsyncHandler<EncryptRequest,EncryptResult> asyncHandler)
Encrypts plaintext of up to 4,096 bytes using a KMS key.
|
| Modifier and Type | Method and Description |
|---|---|
Future<EncryptResult> |
AWSKMSAsyncClient.encryptAsync(EncryptRequest request,
AsyncHandler<EncryptRequest,EncryptResult> asyncHandler) |
Future<EncryptResult> |
AbstractAWSKMSAsync.encryptAsync(EncryptRequest request,
AsyncHandler<EncryptRequest,EncryptResult> asyncHandler) |
Future<EncryptResult> |
AWSKMSAsync.encryptAsync(EncryptRequest encryptRequest,
AsyncHandler<EncryptRequest,EncryptResult> asyncHandler)
Encrypts plaintext of up to 4,096 bytes using a KMS key.
|
| 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 Amazon Resource Name (key ARN) of the KMS
key that was used to encrypt the plaintext.
|
Copyright © 2024. All rights reserved.