Ring Daemon 16.0.0
Loading...
Searching...
No Matches
libjami::Account::ConfProperties::TLS Namespace Reference

Variables

static constexpr const char CA_LIST_FILE [] = "TLS.certificateListFile"
 
static constexpr const char CERTIFICATE_FILE [] = "TLS.certificateFile"
 
static constexpr const char CIPHERS [] = "TLS.ciphers"
 
static constexpr const char DISABLE_SECURE_DLG_CHECK [] = "TLS.disableSecureDlgCheck"
 
static constexpr const char ENABLED [] = "TLS.enable"
 
static constexpr const char LISTENER_PORT [] = "TLS.listenerPort"
 
static constexpr const char METHOD [] = "TLS.method"
 
static constexpr const char NEGOTIATION_TIMEOUT_SEC [] = "TLS.negotiationTimeoutSec"
 
static constexpr const char PASSWORD [] = "TLS.password"
 
static constexpr const char PORT [] = "TLS.port"
 
static constexpr const char PRIVATE_KEY_FILE [] = "TLS.privateKeyFile"
 
static constexpr const char REQUIRE_CLIENT_CERTIFICATE [] = "TLS.requireClientCertificate"
 
static constexpr const char SERVER_NAME [] = "TLS.serverName"
 
static constexpr const char VERIFY_CLIENT [] = "TLS.verifyClient"
 
static constexpr const char VERIFY_SERVER [] = "TLS.verifyServer"
 

Variable Documentation

◆ CA_LIST_FILE

constexpr const char libjami::Account::ConfProperties::TLS::CA_LIST_FILE[] = "TLS.certificateListFile"
staticconstexpr

Definition at line 227 of file account_const.h.

Referenced by jami::AccountArchive::deserialize().

◆ CERTIFICATE_FILE

constexpr const char libjami::Account::ConfProperties::TLS::CERTIFICATE_FILE[] = "TLS.certificateFile"
staticconstexpr

Definition at line 228 of file account_const.h.

Referenced by jami::AccountArchive::deserialize().

◆ CIPHERS

constexpr const char libjami::Account::ConfProperties::TLS::CIPHERS[] = "TLS.ciphers"
staticconstexpr

Definition at line 232 of file account_const.h.

◆ DISABLE_SECURE_DLG_CHECK

constexpr const char libjami::Account::ConfProperties::TLS::DISABLE_SECURE_DLG_CHECK[] = "TLS.disableSecureDlgCheck"
staticconstexpr

Definition at line 237 of file account_const.h.

◆ ENABLED

constexpr const char libjami::Account::ConfProperties::TLS::ENABLED[] = "TLS.enable"
staticconstexpr

Definition at line 225 of file account_const.h.

◆ LISTENER_PORT

constexpr const char libjami::Account::ConfProperties::TLS::LISTENER_PORT[] = "TLS.listenerPort"
staticconstexpr

Definition at line 224 of file account_const.h.

◆ METHOD

constexpr const char libjami::Account::ConfProperties::TLS::METHOD[] = "TLS.method"
staticconstexpr

Definition at line 231 of file account_const.h.

◆ NEGOTIATION_TIMEOUT_SEC

constexpr const char libjami::Account::ConfProperties::TLS::NEGOTIATION_TIMEOUT_SEC[] = "TLS.negotiationTimeoutSec"
staticconstexpr

Definition at line 238 of file account_const.h.

◆ PASSWORD

constexpr const char libjami::Account::ConfProperties::TLS::PASSWORD[] = "TLS.password"
staticconstexpr

Definition at line 230 of file account_const.h.

◆ PORT

constexpr const char libjami::Account::ConfProperties::TLS::PORT[] = "TLS.port"
staticconstexpr

Definition at line 226 of file account_const.h.

◆ PRIVATE_KEY_FILE

constexpr const char libjami::Account::ConfProperties::TLS::PRIVATE_KEY_FILE[] = "TLS.privateKeyFile"
staticconstexpr

Definition at line 229 of file account_const.h.

Referenced by jami::AccountArchive::deserialize().

◆ REQUIRE_CLIENT_CERTIFICATE

constexpr const char libjami::Account::ConfProperties::TLS::REQUIRE_CLIENT_CERTIFICATE[] = "TLS.requireClientCertificate"
staticconstexpr

Definition at line 236 of file account_const.h.

◆ SERVER_NAME

constexpr const char libjami::Account::ConfProperties::TLS::SERVER_NAME[] = "TLS.serverName"
staticconstexpr

Definition at line 233 of file account_const.h.

◆ VERIFY_CLIENT

constexpr const char libjami::Account::ConfProperties::TLS::VERIFY_CLIENT[] = "TLS.verifyClient"
staticconstexpr

Definition at line 235 of file account_const.h.

◆ VERIFY_SERVER

constexpr const char libjami::Account::ConfProperties::TLS::VERIFY_SERVER[] = "TLS.verifyServer"
staticconstexpr

Definition at line 234 of file account_const.h.