#include <SslConfiguration.h>
◆ SslConfiguration() [1/2]
infinispan::hotrod::SslConfiguration::SslConfiguration |
( |
const bool |
_enabled, |
|
|
const std::string & |
_serverCAPath, |
|
|
const std::string & |
_serverCAFile, |
|
|
const std::string & |
_clientCertificateFile, |
|
|
const std::string & |
_sniHostName |
|
) |
| |
|
inline |
◆ SslConfiguration() [2/2]
infinispan::hotrod::SslConfiguration::SslConfiguration |
( |
const SslConfiguration & |
conf | ) |
|
|
inline |
◆ clientCertificateFile()
const std::string & infinispan::hotrod::SslConfiguration::clientCertificateFile |
( |
| ) |
const |
|
inline |
Returns the certificate file used for the client
- Returns
- the file which contains the client certificate
◆ enabled()
const bool & infinispan::hotrod::SslConfiguration::enabled |
( |
| ) |
const |
|
inline |
Returns whether SSL is enabled
- Returns
- true if enabled, false otherwise
◆ serverCAFile()
const std::string & infinispan::hotrod::SslConfiguration::serverCAFile |
( |
| ) |
const |
|
inline |
Returns the certificate file for server validation
- Returns
- the file which contains the CA certificate to use for server verification
◆ serverCAPath()
const std::string & infinispan::hotrod::SslConfiguration::serverCAPath |
( |
| ) |
const |
|
inline |
Returns the certificate path for server validation
- Returns
- the path which contains CA certificates in PEM format to use for server verification
◆ sniHostName()
const std::string & infinispan::hotrod::SslConfiguration::sniHostName |
( |
| ) |
const |
|
inline |
Returns the certificate file used for the client
- Returns
- the file which contains the client certificate
The documentation for this class was generated from the following file: