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.
|
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 |
---|---|
EncryptRequest |
EncryptRequest.addEncryptionContextEntry(java.lang.String key,
java.lang.String value) |
EncryptRequest |
EncryptRequest.clearEncryptionContextEntries()
Removes all the entries added into EncryptionContext.
|
EncryptRequest |
EncryptRequest.clone() |
EncryptRequest |
EncryptRequest.withEncryptionContext(java.util.Map<java.lang.String,java.lang.String> encryptionContext)
Name/value pair that specifies the encryption context to be used for
authenticated encryption.
|
EncryptRequest |
EncryptRequest.withGrantTokens(java.util.Collection<java.lang.String> grantTokens)
A list of grant tokens.
|
EncryptRequest |
EncryptRequest.withGrantTokens(java.lang.String... grantTokens)
A list of grant tokens.
|
EncryptRequest |
EncryptRequest.withKeyId(java.lang.String keyId)
A unique identifier for the customer master key.
|
EncryptRequest |
EncryptRequest.withPlaintext(java.nio.ByteBuffer plaintext)
Data to be encrypted.
|
Modifier and Type | Method and Description |
---|---|
Request<EncryptRequest> |
EncryptRequestMarshaller.marshall(EncryptRequest encryptRequest) |
Modifier and Type | Method and Description |
---|---|
Request<EncryptRequest> |
EncryptRequestMarshaller.marshall(EncryptRequest encryptRequest) |