Sponsor:

Your company here ā€” click to reach over 10,000 unique daily visitors

mongoc_client_encryption_datakey_opts_set_keymaterial

Synopsis

void
mongoc_client_encryption_datakey_opts_set_keymaterial (
   mongoc_client_encryption_datakey_opts_t *opts,
   const uint8_t *data,
   uint32_t len);

Sets the custom key material to be used by the data key for encryption and decryption.

Parameters

Description

Key material is used to encrypt and decrypt data. If custom key material is not provided, the key material for the new data key is generated from a cryptographically secure random device.

Author

MongoDB, Inc

Info

Jul 03, 2024 1.27.4 libmongoc