Hazelcast C++ Client
Hazelcast C++ Client Library
Loading...
Searching...
No Matches
hazelcast::client::config::ssl_config Class Reference

Contains configuration parameters for ssl related behaviour. More...

#include <ssl_config.h>

Detailed Description

Contains configuration parameters for ssl related behaviour.

Definition at line 66 of file ssl_config.h.

Constructor & Destructor Documentation

◆ ssl_config()

hazelcast::client::config::ssl_config::ssl_config ( )

Definition at line 86 of file config.cpp.

88 : enabled_(false)
89 , ssl_protocol_(tlsv12)
90#endif
91{}

The documentation for this class was generated from the following files: