GenerateDataKeyWithoutPlaintextRequest
Types
Properties
Link copied to clipboard
Specifies the encryption context that will be used when encrypting the data key.
Link copied to clipboard
A list of grant tokens.
Link copied to clipboard
The length of the data key. Use AES_128
to generate a 128-bit symmetric key, or AES_256
to generate a 256-bit symmetric key.
Link copied to clipboard
The length of the data key in bytes. For example, use the value 64 to generate a 512-bit data key (64 bytes is 512 bits). For common key lengths (128-bit and 256-bit symmetric keys), we recommend that you use the KeySpec
field instead of this one.
Functions
Link copied to clipboard
inline fun copy(block: GenerateDataKeyWithoutPlaintextRequest.Builder.() -> Unit = {}): GenerateDataKeyWithoutPlaintextRequest