mongoc_client_encryption_encrypt_opts_set_algorithm
mongoc_client_encryption_encrypt_opts_set_algorithm()
- Provided by: libmongoc-doc (Version: 1.21.0-1build1)
- Source: mongo-c-driver
- Report a bug
mongoc_client_encryption_encrypt_opts_set_algorithm()
void mongoc_client_encryption_encrypt_opts_set_algorithm ( mongoc_client_encryption_encrypt_opts_t *opts, const char *algorithm); #define MONGOC_AEAD_AES_256_CBC_HMAC_SHA_512_RANDOM "AEAD_AES_256_CBC_HMAC_SHA_512-Random" #define MONGOC_AEAD_AES_256_CBC_HMAC_SHA_512_DETERMINISTIC "AEAD_AES_256_CBC_HMAC_SHA_512-Deterministic"
Identifies the algorithm to use for encryption. Valid values of algorithm are:
MongoDB, Inc
2017-present, MongoDB, Inc