179 void* convert() const;
182 std::vector<std::
string> _key_alt_names;
190#include <mongocxx/config/postlude.hpp>
Used by mongocxx::v_noabi::client_encryption.
Definition client_encryption.hpp:35
Used by mongocxx::v_noabi::client_encryption::create_data_key.
Definition data_key.hpp:35
std::vector< uint8_t > key_material_type
Represents binary data used to represent key material.
Definition data_key.hpp:141
data_key & key_alt_names(std::vector< std::string > key_alt_names)
Sets an optional list of string alternate names used to reference the key. If a key is created with a...
data_key & master_key(bsoncxx::v_noabi::document::view_or_value master_key)
Sets a KMS-specific key used to encrypt the new data key.
data_key & key_material(key_material_type key_material)
Sets the binary data for the key material.
Declares mongocxx::v_noabi::client_encryption.
Declares mongocxx::v_noabi::options::data_key.
Provides bsoncxx::v_noabi::document::view_or_value.
#define MONGOCXX_ABI_EXPORT_CDECL(...)
Equivalent to MONGOCXX_ABI_EXPORT with MONGOCXX_ABI_CDECL.
Definition export.hpp:52
The mongocxx v_noabi macro guard prelude header.
The top-level namespace within which all bsoncxx library entities are declared.
Declares entities representing options to use with various commands.
Declares entities whose ABI stability is NOT guaranteed.
The top-level namespace within which all mongocxx library entities are declared.
Provides std::optional-related polyfills for library API usage.