RTS API Documentation  1.10.11
Data Fields
switch_crypto_key_material_s Struct Reference

#include <switch_types.h>

+ Collaboration diagram for switch_crypto_key_material_s:

Data Fields

switch_rtp_crypto_key_param_method_type_t method
 
unsigned char raw_key [SWITCH_RTP_MAX_CRYPTO_LEN]
 
char * crypto_key
 
uint64_t lifetime
 
unsigned int mki_id
 
unsigned int mki_size
 
struct switch_crypto_key_material_snext
 

Detailed Description

Definition at line 2839 of file switch_types.h.

Field Documentation

◆ crypto_key

char* switch_crypto_key_material_s::crypto_key

Definition at line 2842 of file switch_types.h.

Referenced by switch_core_media_crypto_append_key_material().

◆ lifetime

uint64_t switch_crypto_key_material_s::lifetime

◆ method

switch_rtp_crypto_key_param_method_type_t switch_crypto_key_material_s::method

◆ mki_id

unsigned int switch_crypto_key_material_s::mki_id

◆ mki_size

unsigned int switch_crypto_key_material_s::mki_size

◆ next

struct switch_crypto_key_material_s* switch_crypto_key_material_s::next

◆ raw_key

unsigned char switch_crypto_key_material_s::raw_key[SWITCH_RTP_MAX_CRYPTO_LEN]

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