Olm.Account (olm v0.1.0-rc) View Source
Functions for working with Olm Accounts.
Link to this section Summary
Functions
Creates a new account.
Generates a number of new one time keys.
Returns the public parts of the identity keys for the account.
Marks the current set of one time keys as being published.
The largest number of one time keys this account can store.
Returns the public parts of the unpublished one time keys for the account.
Stores an account as a base64 string. Encrypts the account using the supplied key.
Removes the one time keys that the session used from the account.
Signs a message with the ed25519 key for this account.
Loads an account from a pickled base64 string. Decrypts the account using the supplied key.
Link to this section Functions
Creates a new account.
Generates a number of new one time keys.
Returns the public parts of the identity keys for the account.
Marks the current set of one time keys as being published.
The largest number of one time keys this account can store.
Returns the public parts of the unpublished one time keys for the account.
Stores an account as a base64 string. Encrypts the account using the supplied key.
Removes the one time keys that the session used from the account.
Signs a message with the ed25519 key for this account.
Loads an account from a pickled base64 string. Decrypts the account using the supplied key.