This structure contains pointers to the SRTP secrets and the role info. More...
#include <ZrtpCallback.h>
This structure contains pointers to the SRTP secrets and the role info.
About the role and what the meaning of the role is refer to the of the enum Role. The pointers to the secrets are valid as long as the ZRtp object is active. To use these data after the ZRtp object's lifetime you may copy the data into a save place. The destructor of ZRtp clears the data.
Definition at line 83 of file ZrtpCallback.h.
SRTP authentication algorithm.
Definition at line 93 of file ZrtpCallback.h.
Initiator's key length.
Definition at line 86 of file ZrtpCallback.h.
Initiator's salt length.
Definition at line 88 of file ZrtpCallback.h.
Initiator's key.
Definition at line 85 of file ZrtpCallback.h.
Responder's key.
Definition at line 89 of file ZrtpCallback.h.
Responder's key length.
Definition at line 90 of file ZrtpCallback.h.
Responder's salt length.
Definition at line 92 of file ZrtpCallback.h.
ZRTP role of this client.
Definition at line 96 of file ZrtpCallback.h.
Initiator's salt.
Definition at line 87 of file ZrtpCallback.h.
Responder's salt.
Definition at line 91 of file ZrtpCallback.h.
The SAS string.
Definition at line 95 of file ZrtpCallback.h.
SRTP authentication length.
Definition at line 94 of file ZrtpCallback.h.
symmetrical cipher algorithm
Definition at line 84 of file ZrtpCallback.h.