SIP Witch 1.9.15
|
structure used to describe credentials for a client or server consists of a certificate, a corresponding private key and its password More...
#include <eX_setup.h>
Data Fields | |
char | priv_key [1024] |
char | priv_key_pw [1024] |
char | cert [1024] |
structure used to describe credentials for a client or server consists of a certificate, a corresponding private key and its password
Definition at line 160 of file eX_setup.h.
char eXosip_tls_credentials_s::cert[1024] |
Definition at line 163 of file eX_setup.h.
char eXosip_tls_credentials_s::priv_key[1024] |
Definition at line 161 of file eX_setup.h.
char eXosip_tls_credentials_s::priv_key_pw[1024] |
Definition at line 162 of file eX_setup.h.