| Package | Description |
|---|---|
| com.amazonaws.services.kms |
|
| com.amazonaws.services.kms.model |
Classes modeling the various types represented by AWSKMS
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
EncryptResult |
EncryptResult.withCiphertextBlob(ByteBuffer ciphertextBlob)
The encrypted plaintext.
|
EncryptResult |
EncryptResult.withKeyId(String keyId)
The ID of the key used during encryption.
|
Copyright © 2017. All rights reserved.