|
| const LinphoneEktInfo * | linphone_core_create_ekt_info_from_xml (const LinphoneCore *core, const char *xml_body) |
| |
| char * | linphone_core_create_xml_from_ekt_info_2 (const LinphoneCore *core, const LinphoneEktInfo *ekt_info, const LinphoneAccount *account) |
| |
| bool_t | linphone_core_is_ekt_plugin_loaded (const LinphoneCore *core) |
| |
| void | linphone_core_set_ekt_plugin_loaded (LinphoneCore *core, bool_t ekt_plugin_loaded) |
| |
| MS2_DEPRECATED char * | linphone_core_create_xml_from_ekt_info (const LinphoneCore *core, const LinphoneEktInfo *ekt_info) |
| |
| LinphoneEktInfo * | linphone_ekt_info_ref (LinphoneEktInfo *linphone_ekt_info) |
| |
| void | linphone_ekt_info_unref (LinphoneEktInfo *linphone_ekt_info) |
| |
| const LinphoneAddress * | linphone_ekt_info_get_from_address (const LinphoneEktInfo *linphone_ekt_info) |
| |
| void | linphone_ekt_info_set_from_address (LinphoneEktInfo *linphone_ekt_info, const LinphoneAddress *from) |
| |
| uint16_t | linphone_ekt_info_get_sspi (const LinphoneEktInfo *linphone_ekt_info) |
| |
| void | linphone_ekt_info_set_sspi (LinphoneEktInfo *linphone_ekt_info, uint16_t sspi) |
| |
| LinphoneBuffer * | linphone_ekt_info_get_cspi (const LinphoneEktInfo *linphone_ekt_info) |
| |
| void | linphone_ekt_info_set_cspi (LinphoneEktInfo *linphone_ekt_info, const LinphoneBuffer *cspi) |
| |
| LinphoneDictionary * | linphone_ekt_info_get_ciphers (const LinphoneEktInfo *linphone_ekt_info) |
| |
| void | linphone_ekt_info_set_ciphers (LinphoneEktInfo *linphone_ekt_info, LinphoneDictionary *ciphers) |
| |
| void | linphone_ekt_info_add_cipher (LinphoneEktInfo *linphone_ekt_info, const char *to, const LinphoneBuffer *cipher) |
| |
Managing Ekt.