Liblinphone  5.5.0
Linphone.EktInfo Class Reference
Inheritance diagram for Linphone.EktInfo:
Linphone.LinphoneObject

Public Member Functions

void AddCipher (string to, Linphone.Buffer cipher)
 

Properties

Linphone.Dictionary Ciphers [get, set]
 
Linphone.Buffer Cspi [get, set]
 
Linphone.Address FromAddress [get, set]
 
uint Sspi [get, set]
 

Additional Inherited Members

- Protected Member Functions inherited from Linphone.LinphoneObject
static String linphone_pointer_to_string (IntPtr ptr)
 
static IntPtr linphone_string_to_pointer ([MarshalAs(LinphoneWrapper.ByteStringMarshalling)] String str)
 
IntPtr StringArrayToBctbxList (IEnumerable< string > stringlist)
 
void CleanStringArrayPtrs (IntPtr l)
 

Detailed Description

Object representing all informations present in an Encrypted Key Transport event.

Member Function Documentation

void Linphone.EktInfo.AddCipher ( string  to,
Linphone.Buffer  cipher 
)
inline

Add a cipher to the chipher map.

Parameters
tothe address to set.
cipherthe cipher to set.

Property Documentation

Linphone.Dictionary Linphone.EktInfo.Ciphers
getset

Get ciphers.

Returns
a Linphone.Dictionary object.
Linphone.Buffer Linphone.EktInfo.Cspi
getset

Get cSPI.

Returns
a Linphone.Address object.
Linphone.Address Linphone.EktInfo.FromAddress
getset

Get from address.

Returns
a Linphone.Address object.
uint Linphone.EktInfo.Sspi
getset

Get sSPI.

Returns
a 16-bits unsigned int representing the sSPI.

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