Package | Description |
---|---|
com.amazonaws.services.kms | |
com.amazonaws.services.kms.model | |
com.amazonaws.services.kms.model.transform |
Modifier and Type | Method and Description |
---|---|
GenerateDataKeyWithoutPlaintextResult |
AbstractAWSKMS.generateDataKeyWithoutPlaintext(GenerateDataKeyWithoutPlaintextRequest request) |
GenerateDataKeyWithoutPlaintextResult |
AWSKMSClient.generateDataKeyWithoutPlaintext(GenerateDataKeyWithoutPlaintextRequest generateDataKeyWithoutPlaintextRequest)
Returns a data key encrypted by a customer master key without the
plaintext copy of that key.
|
GenerateDataKeyWithoutPlaintextResult |
AWSKMS.generateDataKeyWithoutPlaintext(GenerateDataKeyWithoutPlaintextRequest generateDataKeyWithoutPlaintextRequest)
Returns a data key encrypted by a customer master key without the
plaintext copy of that key.
|
Modifier and Type | Method and Description |
---|---|
GenerateDataKeyWithoutPlaintextResult |
GenerateDataKeyWithoutPlaintextResult.clone() |
GenerateDataKeyWithoutPlaintextResult |
GenerateDataKeyWithoutPlaintextResult.withCiphertextBlob(java.nio.ByteBuffer ciphertextBlob)
Ciphertext that contains the wrapped data key.
|
GenerateDataKeyWithoutPlaintextResult |
GenerateDataKeyWithoutPlaintextResult.withKeyId(java.lang.String keyId)
System generated unique identifier of the key to be used to decrypt the
encrypted copy of the data key.
|
Modifier and Type | Method and Description |
---|---|
GenerateDataKeyWithoutPlaintextResult |
GenerateDataKeyWithoutPlaintextResultJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |