This structure contains pointers to the SRTP secrets and the role info. More...
#include <ZrtpCWrapper.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.
Definition at line 231 of file ZrtpCWrapper.h.
SRTP authentication algorithm
Definition at line 242 of file ZrtpCWrapper.h.
Initiator's key length
Definition at line 235 of file ZrtpCWrapper.h.
Initiator's salt length
Definition at line 237 of file ZrtpCWrapper.h.
Initiator's key
Definition at line 234 of file ZrtpCWrapper.h.
Responder's key
Definition at line 238 of file ZrtpCWrapper.h.
Responder's key length
Definition at line 239 of file ZrtpCWrapper.h.
Responder's salt length
Definition at line 241 of file ZrtpCWrapper.h.
ZRTP role of this client
Definition at line 245 of file ZrtpCWrapper.h.
Initiator's salt
Definition at line 236 of file ZrtpCWrapper.h.
Responder's salt
Definition at line 240 of file ZrtpCWrapper.h.
The SAS string
Definition at line 244 of file ZrtpCWrapper.h.
SRTP authentication length
Definition at line 243 of file ZrtpCWrapper.h.
symmetrical cipher algorithm
Definition at line 233 of file ZrtpCWrapper.h.