Monero C++ Library
Loading...
Searching...
No Matches
monero::ssl_options Struct Reference

#include <monero_daemon_model.h>

Inheritance diagram for monero::ssl_options:
monero::serializable_struct

Public Member Functions

rapidjson::Value to_rapidjson_val (rapidjson::Document::AllocatorType &allocator) const override
 
- Public Member Functions inherited from monero::serializable_struct
std::string serialize () const
 

Public Attributes

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
 

Detailed Description

Models connection ssl options.

Member Function Documentation

◆ 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
allocatoris 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: