Autocrypt peer.
More...
#include "lib.h"
Autocrypt peer.
Definition at line 118 of file lib.h.
◆ email_addr
char* AutocryptPeer::email_addr |
◆ last_seen
sqlite3_int64 AutocryptPeer::last_seen |
When was the peer last seen.
Definition at line 121 of file lib.h.
◆ autocrypt_timestamp
sqlite3_int64 AutocryptPeer::autocrypt_timestamp |
When the email was sent.
Definition at line 122 of file lib.h.
◆ keyid
char* AutocryptPeer::keyid |
PGP Key id.
Definition at line 123 of file lib.h.
◆ keydata
char* AutocryptPeer::keydata |
PGP Key data.
Definition at line 124 of file lib.h.
◆ prefer_encrypt
bool AutocryptPeer::prefer_encrypt |
false = nopref, true = mutual
Definition at line 125 of file lib.h.
◆ gossip_timestamp
sqlite3_int64 AutocryptPeer::gossip_timestamp |
Timestamp of Gossip header.
Definition at line 126 of file lib.h.
◆ gossip_keyid
char* AutocryptPeer::gossip_keyid |
Gossip Key id.
Definition at line 127 of file lib.h.
◆ gossip_keydata
char* AutocryptPeer::gossip_keydata |
Gossip Key data.
Definition at line 128 of file lib.h.
The documentation for this struct was generated from the following file: