Package | Description |
---|---|
org.jivesoftware.smackx.omemo |
Classes and interfaces for OMEMO Encryption.
|
Modifier and Type | Method and Description |
---|---|
abstract CachedDeviceList |
OmemoStore.loadCachedDeviceList(OmemoManager omemoManager,
BareJid contact)
Load a list of deviceIds from contact 'contact' from the local cache.
|
CachedDeviceList |
FileBasedOmemoStore.loadCachedDeviceList(OmemoManager omemoManager,
BareJid contact) |
Modifier and Type | Method and Description |
---|---|
abstract void |
OmemoStore.storeCachedDeviceList(OmemoManager omemoManager,
BareJid contact,
CachedDeviceList deviceList)
Store the DeviceList of the contact in local storage.
|
void |
FileBasedOmemoStore.storeCachedDeviceList(OmemoManager omemoManager,
BareJid contact,
CachedDeviceList deviceList) |