This structure stores ZRTP shared secret values used in the protocol. More...
#include <zrtp_types.h>
Data Fields | |
zrtp_string64_t | value |
ZRTP secret value. | |
uint32_t | lastused_at |
last usage time-stamp in seconds. | |
uint32_t | ttl |
TTL value in seconds. | |
uint8_t | _cachedflag |
Loaded secret flag. |
This structure stores ZRTP shared secret values used in the protocol.
uint8_t _cachedflag |
Loaded secret flag.
When the flag is set (= 1), the secret has been loaded from the cache. Otherwise the secret has been generated.
uint32_t lastused_at |
last usage time-stamp in seconds.
Library updates this value on generation of the new value based on previous one.
uint32_t ttl |
TTL value in seconds.
Available for reading after the Hello exchange. Updated on switching to Secure state.