#include <monero_daemon_model.h>
|
| rapidjson::Value | to_rapidjson_val (rapidjson::Document::AllocatorType &allocator) const override |
| |
| std::string | serialize () const |
| |
|
|
static void | from_property_tree (const boost::property_tree::ptree &node, const std::shared_ptr< ssl_options > &options) |
| |
|
static std::shared_ptr< ssl_options > | deserialize (const std::string &json) |
| |
|
|
boost::optional< std::string > | m_ssl_private_key_path |
| |
|
boost::optional< std::string > | m_ssl_certificate_path |
| |
|
boost::optional< std::string > | m_ssl_ca_file |
| |
|
std::vector< std::string > | m_ssl_allowed_fingerprints |
| |
|
boost::optional< bool > | m_ssl_allow_any_cert |
| |
Models connection ssl options.
◆ to_rapidjson_val()
| rapidjson::Value monero::ssl_options::to_rapidjson_val |
( |
rapidjson::Document::AllocatorType & | allocator | ) |
const |
|
overridevirtual |
Converts the struct to a rapidjson Value.
- Parameters
-
| allocator | is the rapidjson document allocator |
- Returns
- the struct as a rapidjson Value
Implements monero::serializable_struct.
The documentation for this struct was generated from the following files: