|
D-Bus 1.12.20
|
A single key from the cookie file. More...
Data Fields | |
| dbus_int32_t | id |
| identifier used to refer to the key More... | |
| long | creation_time |
| when the key was generated, as unix timestamp. More... | |
| DBusString | secret |
| the actual key More... | |
A single key from the cookie file.
Definition at line 92 of file dbus-keyring.c.
| long DBusKey::creation_time |
when the key was generated, as unix timestamp.
signed long matches struct timeval.
Definition at line 96 of file dbus-keyring.c.
| dbus_int32_t DBusKey::id |
identifier used to refer to the key
Definition at line 94 of file dbus-keyring.c.
| DBusString DBusKey::secret |
the actual key
Definition at line 101 of file dbus-keyring.c.