| 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 |
|---|---|
GenerateDataKeyWithoutPlaintextResult |
AWSKMSClient.generateDataKeyWithoutPlaintext(GenerateDataKeyWithoutPlaintextRequest generateDataKeyWithoutPlaintextRequest)
Returns a data encryption key encrypted under a customer master key
(CMK).
|
GenerateDataKeyWithoutPlaintextResult |
AWSKMS.generateDataKeyWithoutPlaintext(GenerateDataKeyWithoutPlaintextRequest generateDataKeyWithoutPlaintextRequest)
Returns a data encryption key encrypted under a customer master key
(CMK).
|
| Modifier and Type | Method and Description |
|---|---|
GenerateDataKeyWithoutPlaintextResult |
GenerateDataKeyWithoutPlaintextResult.withCiphertextBlob(ByteBuffer ciphertextBlob)
The encrypted data encryption key.
|
GenerateDataKeyWithoutPlaintextResult |
GenerateDataKeyWithoutPlaintextResult.withKeyId(String keyId)
The identifier of the CMK under which the data encryption key was
generated and encrypted.
|
Copyright © 2019. All rights reserved.