lime
Lime is a C++ library implementing Open Whisper System Signal protocol
|
The encrypt function input/output data structure. More...
Public Member Functions | |
LimePeerDeviceStatus | getPeerStatus () |
void | setPeerStatus (LimePeerDeviceStatus status) |
RecipientData (String p_deviceId) | |
RecipientData (String p_deviceId, LimePeerDeviceStatus status) | |
Public Attributes | |
String | deviceId |
byte [] | DRmessage |
The encrypt function input/output data structure.
give a recipient GRUU and get it back with the header which must be sent to recipient with the cipher text
|
inline |
|
inline |
|
inline |
|
inline |
String org.linphone.lime.RecipientData.deviceId |
The recipient device id(shall be its GRUU)
byte [] org.linphone.lime.RecipientData.DRmessage |
after encrypt calls back, it will hold the Double Ratchet message targeted to the specified recipient.