SIP Witch 1.9.15
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Data Fields
eXosip_tls_credentials_s Struct Reference

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>

Collaboration diagram for eXosip_tls_credentials_s:
Collaboration graph
[legend]

Data Fields

char priv_key [1024]
 
char priv_key_pw [1024]
 
char cert [1024]
 

Detailed Description

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.

Field Documentation

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.


The documentation for this struct was generated from the following file: