|
SYNOPSISvoid mongoc_client_encryption_encrypt_opts_set_algorithm ( Identifies the algorithm to use for encryption. Valid values of algorithm are: "AEAD_AES_256_CBC_HMAC_SHA_512-Random" for randomized encryption. Specific to the Client-Side
Field Level Encryption feature.
"AEAD_AES_256_CBC_HMAC_SHA_512-Deterministic" for deterministic (queryable) encryption. Specific to the
Client-Side Field Level Encryption feature.
"Indexed" for indexed encryption. Specific to the Queryable
Encryption feature.
"Unindexed" for unindexed encryption. Specific to the Queryable
Encryption feature.
"Range" for range encryption. Specific to the Queryable
Encryption feature.
PARAMETERS
AUTHORMongoDB, Inc COPYRIGHT2009-present, MongoDB, Inc.
|