|
Ring Daemon
|
#include <sdes_negotiator.h>

Public Attributes | |
| CipherMode | cipher |
| int | encryptionKeyLength |
| MACMode | mac |
| int | masterKeyLength |
| int | masterSaltLength |
| std::string_view | name |
| int | srtcpAuthKeyLen |
| int | srtcpAuthTagLength |
| int | srtcpLifetime |
| int | srtpAuthKeyLength |
| int | srtpAuthTagLength |
| int | srtpLifetime |
Definition at line 46 of file sdes_negotiator.h.
| CipherMode jami::CryptoSuiteDefinition::cipher |
Definition at line 53 of file sdes_negotiator.h.
| int jami::CryptoSuiteDefinition::encryptionKeyLength |
Definition at line 54 of file sdes_negotiator.h.
| MACMode jami::CryptoSuiteDefinition::mac |
Definition at line 55 of file sdes_negotiator.h.
| int jami::CryptoSuiteDefinition::masterKeyLength |
Definition at line 49 of file sdes_negotiator.h.
| int jami::CryptoSuiteDefinition::masterSaltLength |
Definition at line 50 of file sdes_negotiator.h.
| std::string_view jami::CryptoSuiteDefinition::name |
Definition at line 48 of file sdes_negotiator.h.
| int jami::CryptoSuiteDefinition::srtcpAuthKeyLen |
Definition at line 59 of file sdes_negotiator.h.
| int jami::CryptoSuiteDefinition::srtcpAuthTagLength |
Definition at line 57 of file sdes_negotiator.h.
| int jami::CryptoSuiteDefinition::srtcpLifetime |
Definition at line 52 of file sdes_negotiator.h.
| int jami::CryptoSuiteDefinition::srtpAuthKeyLength |
Definition at line 58 of file sdes_negotiator.h.
| int jami::CryptoSuiteDefinition::srtpAuthTagLength |
Definition at line 56 of file sdes_negotiator.h.
| int jami::CryptoSuiteDefinition::srtpLifetime |
Definition at line 51 of file sdes_negotiator.h.