Autocrypt peer. More...
#include "lib.h"
Data Fields | |
| char * | email_addr |
| Email address. | |
| sqlite3_int64 | last_seen |
| When was the peer last seen. | |
| sqlite3_int64 | autocrypt_timestamp |
| When the email was sent. | |
| char * | keyid |
| PGP Key id. | |
| char * | keydata |
| PGP Key data. | |
| bool | prefer_encrypt |
| false = nopref, true = mutual | |
| sqlite3_int64 | gossip_timestamp |
| Timestamp of Gossip header. | |
| char * | gossip_keyid |
| Gossip Key id. | |
| char * | gossip_keydata |
| Gossip Key data. | |
| sqlite3_int64 AutocryptPeer::last_seen |
| sqlite3_int64 AutocryptPeer::autocrypt_timestamp |
| bool AutocryptPeer::prefer_encrypt |
| sqlite3_int64 AutocryptPeer::gossip_timestamp |