mediastreamer2 5.3.105
Data Fields
_MSEKTParametersSet Struct Reference

Data Fields

MSEKTCipherType ekt_cipher_type
 
MSCryptoSuite ekt_srtp_crypto_suite
 
uint8_t ekt_key_value [32]
 
uint8_t ekt_master_salt [14]
 
uint16_t ekt_spi
 
uint32_t ekt_ttl
 

Field Documentation

◆ ekt_cipher_type

MSEKTCipherType _MSEKTParametersSet::ekt_cipher_type

AESKW128 or AESKW256

◆ ekt_key_value

uint8_t _MSEKTParametersSet::ekt_key_value[32]

The EKTKey that the recipient should use when generating EKTCiphertext values, actual size depends on ekt_cipher_type

◆ ekt_master_salt

uint8_t _MSEKTParametersSet::ekt_master_salt[14]

The SRTP master salt to be used with any master key encrypted with this EKT Key, actual size depends on ekt_srtp_crypto_suite

◆ ekt_spi

uint16_t _MSEKTParametersSet::ekt_spi

reference this EKTKey and SRTP master salt

◆ ekt_srtp_crypto_suite

MSCryptoSuite _MSEKTParametersSet::ekt_srtp_crypto_suite

The SRTP crypto suite to be used to protect the RTP packets with the key encrypted with this EKT

◆ ekt_ttl

uint32_t _MSEKTParametersSet::ekt_ttl

The maximum amount of time, in seconds, that this EKTKey can be used.(on 24 bits)


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