112        const 
bsoncxx::v_noabi::stdx::optional<
bsoncxx::v_noabi::document::view_or_value>&)
 
  180    void* convert() const;
 
  182    bsoncxx::v_noabi::stdx::optional<
bsoncxx::v_noabi::document::view_or_value> _master_key;
 
  183    std::vector<
std::
string> _key_alt_names;
 
 
  191#include <mongocxx/config/postlude.hpp> 
Class representing options for the object managing explicit client-side encryption.
Definition client_encryption.hpp:35
 
Class representing options for data key generation for encryption.
Definition data_key.hpp:35
 
const std::vector< std::string > & key_alt_names() const
Gets the alternate names for the data key.
 
const bsoncxx::v_noabi::stdx::optional< bsoncxx::v_noabi::document::view_or_value > & master_key() const
Gets the master key.
 
std::vector< uint8_t > key_material_type
Represents binary data used to represent key material.
Definition data_key.hpp:142
 
const bsoncxx::v_noabi::stdx::optional< key_material_type > & key_material()
Gets the keyMaterial as binary data.
 
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 fwd.hpp:204
 
The mongocxx macro guard prelude header.
 
The top-level namespace within which all bsoncxx library entities are declared.
 
The top-level namespace within which all mongocxx library entities are declared.
 
The top-level namespace reserved for the C++ standard library.
 
Provides std::optional-related polyfills for library API usage.