RTS API Documentation  1.10.11
Data Fields
secure_settings_s Struct Reference

#include <switch_types.h>

+ 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
 
struct switch_crypto_key_material_slocal_key_material_next
 
unsigned long local_key_material_n
 
struct switch_crypto_key_material_sremote_key_material_next
 
unsigned long remote_key_material_n
 

Detailed Description

Definition at line 2849 of file switch_types.h.

Field Documentation

◆ crypto_tag

int secure_settings_s::crypto_tag

◆ crypto_type

switch_rtp_crypto_key_type_t secure_settings_s::crypto_type

◆ local_crypto_key

char* secure_settings_s::local_crypto_key

◆ local_key_material_n

unsigned long secure_settings_s::local_key_material_n

Definition at line 2871 of file switch_types.h.

Referenced by switch_core_media_add_crypto(), and switch_rtp_add_crypto_key().

◆ local_key_material_next

struct switch_crypto_key_material_s* secure_settings_s::local_key_material_next

Definition at line 2870 of file switch_types.h.

Referenced by switch_core_media_add_crypto(), and switch_rtp_add_crypto_key().

◆ local_raw_key

unsigned char secure_settings_s::local_raw_key[SWITCH_RTP_MAX_CRYPTO_LEN]

◆ remote_crypto_key

char* secure_settings_s::remote_crypto_key

◆ remote_key_material_n

unsigned long secure_settings_s::remote_key_material_n

Definition at line 2873 of file switch_types.h.

Referenced by switch_core_media_add_crypto(), and switch_rtp_add_crypto_key().

◆ remote_key_material_next

struct switch_crypto_key_material_s* secure_settings_s::remote_key_material_next

Definition at line 2872 of file switch_types.h.

Referenced by switch_core_media_add_crypto(), and switch_rtp_add_crypto_key().

◆ remote_raw_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: