FreeSWITCH API Documentation  1.7.0
Data Fields
secure_settings_s Struct Reference
+ Collaboration diagram for secure_settings_s:

Data Fields

int crypto_tag
 
unsigned char local_raw_key [SWITCH_RTP_MAX_CRYPTO_LEN]
 
unsigned char remote_raw_key [SWITCH_RTP_MAX_CRYPTO_LEN]
 
switch_rtp_crypto_key_type_t crypto_type
 
char * local_crypto_key
 
char * remote_crypto_key
 

Detailed Description

Definition at line 60 of file switch_core_media.c.

Field Documentation

int secure_settings_s::crypto_tag
switch_rtp_crypto_key_type_t secure_settings_s::crypto_type
char* secure_settings_s::local_crypto_key
unsigned char secure_settings_s::local_raw_key[SWITCH_RTP_MAX_CRYPTO_LEN]
char* secure_settings_s::remote_crypto_key
unsigned char secure_settings_s::remote_raw_key[SWITCH_RTP_MAX_CRYPTO_LEN]

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