Module stores

Source
Expand description

Places to store Signal Protocol state.

Structs§

InMemoryIdentityKeyStore
An in-memory IdentityKeyStore.
InMemoryPreKeyStore
An in-memory PreKeyStore.
InMemorySessionStore
An in-memory SessionStore.
InMemorySignedPreKeyStore
An in-memory SignedPreKeyStore.
SerializedSession
A serialized session.

Traits§

IdentityKeyStore
Something used to store identity keys and track trusted identities.
PreKeyStore
Something which can store crate::keys::PreKeys without inspecting their contents.
SessionStore
Something which can store the sessions established with recipients.
SignedPreKeyStore
Something which can store signed pre-keys without inspecting their contents.