Account

Undocumented in source.

Members

Functions

generate_one_time_keys
void generate_one_time_keys(size_t count)
Undocumented in source. Be warned that the author may not have intended to support it.
mark_keys_as_published
void mark_keys_as_published()
Undocumented in source. Be warned that the author may not have intended to support it.
max_number_of_one_time_keys
size_t max_number_of_one_time_keys()
Undocumented in source. Be warned that the author may not have intended to support it.
pickle
string pickle(string key)

serialize account data, locked by key

sign
string sign(string msg)

sign a message

Properties

identity_keys
string identity_keys [@property getter]

returns a JSON string of identity keys

one_time_keys
string one_time_keys [@property getter]

returns a JSON string of one time keys (pre keys)

Static functions

create
Account create()

Create a fresh account, generate keys, etc

unpickle
Account unpickle(string key, string pickle)

deserialize account data, unlocked by key

Variables

account
OlmAccount* account;
Undocumented in source.

Meta