GenerateDataKeyRequest
class GenerateDataKeyRequest
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
Specifies 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
Specifies 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 128-bit (16-byte) and 256-bit (32-byte) data keys, use the KeySpec
parameter.
Link copied to clipboard
A signed attestation document from an Amazon Web Services Nitro enclave and the encryption algorithm to use with the enclave's public key. The only valid encryption algorithm is RSAES_OAEP_SHA_256
.