Package | Description |
---|---|
com.amazonaws.services.kms | |
com.amazonaws.services.kms.model |
Modifier and Type | Method and Description |
---|---|
GenerateDataKeyWithoutPlaintextRequest |
GenerateDataKeyWithoutPlaintextRequest.addEncryptionContextEntry(String key,
String value) |
GenerateDataKeyWithoutPlaintextRequest |
GenerateDataKeyWithoutPlaintextRequest.clearEncryptionContextEntries()
Removes all the entries added into EncryptionContext.
|
GenerateDataKeyWithoutPlaintextRequest |
GenerateDataKeyWithoutPlaintextRequest.clone() |
GenerateDataKeyWithoutPlaintextRequest |
GenerateDataKeyWithoutPlaintextRequest.withEncryptionContext(Map<String,String> encryptionContext)
Name:value pair that contains additional data to be authenticated during
the encryption and decryption processes.
|
GenerateDataKeyWithoutPlaintextRequest |
GenerateDataKeyWithoutPlaintextRequest.withGrantTokens(Collection<String> grantTokens)
A list of grant tokens.
|
GenerateDataKeyWithoutPlaintextRequest |
GenerateDataKeyWithoutPlaintextRequest.withGrantTokens(String... grantTokens)
A list of grant tokens.
|
GenerateDataKeyWithoutPlaintextRequest |
GenerateDataKeyWithoutPlaintextRequest.withKeyId(String keyId)
A unique identifier for the customer master key.
|
GenerateDataKeyWithoutPlaintextRequest |
GenerateDataKeyWithoutPlaintextRequest.withKeySpec(DataKeySpec keySpec)
Value that identifies the encryption algorithm and key size.
|
GenerateDataKeyWithoutPlaintextRequest |
GenerateDataKeyWithoutPlaintextRequest.withKeySpec(String keySpec)
Value that identifies the encryption algorithm and key size.
|
GenerateDataKeyWithoutPlaintextRequest |
GenerateDataKeyWithoutPlaintextRequest.withNumberOfBytes(Integer numberOfBytes)
Integer that contains the number of bytes to generate.
|
Copyright © 2018. All rights reserved.