Expand description
Places to store Signal Protocol state.
Structs§
- InMemory
Identity KeyStore - An in-memory
IdentityKeyStore
. - InMemory
PreKey Store - An in-memory
PreKeyStore
. - InMemory
Session Store - An in-memory
SessionStore
. - InMemory
Signed PreKey Store - An in-memory
SignedPreKeyStore
. - Serialized
Session - A serialized session.
Traits§
- Identity
KeyStore - Something used to store identity keys and track trusted identities.
- PreKey
Store - Something which can store
crate::keys::PreKey
s without inspecting their contents. - Session
Store - Something which can store the sessions established with recipients.
- Signed
PreKey Store - Something which can store signed pre-keys without inspecting their contents.