Package | Description |
---|---|
org.jivesoftware.smackx.omemo |
Classes and interfaces for OMEMO Encryption.
|
org.jivesoftware.smackx.omemo.element |
Classes that represent OMEMO related stanzas.
|
org.jivesoftware.smackx.omemo.internal |
Classes that are used internally to arrange objects.
|
Modifier and Type | Method and Description |
---|---|
OmemoCachedDeviceList |
OmemoStore.loadCachedDeviceList(OmemoDevice userDevice)
Load a list of deviceIds from our own devices.
|
abstract OmemoCachedDeviceList |
OmemoStore.loadCachedDeviceList(OmemoDevice userDevice,
org.jxmpp.jid.BareJid contact)
Load a list of deviceIds from contact 'contact' from the local cache.
|
OmemoCachedDeviceList |
CachingOmemoStore.loadCachedDeviceList(OmemoDevice userDevice,
org.jxmpp.jid.BareJid contact) |
OmemoCachedDeviceList |
FileBasedOmemoStore.loadCachedDeviceList(OmemoDevice userDevice,
org.jxmpp.jid.BareJid contact) |
Modifier and Type | Method and Description |
---|---|
abstract void |
OmemoStore.storeCachedDeviceList(OmemoDevice userDevice,
org.jxmpp.jid.BareJid contact,
OmemoCachedDeviceList contactsDeviceList)
Store the DeviceList of the contact in local storage.
|
void |
CachingOmemoStore.storeCachedDeviceList(OmemoDevice userDevice,
org.jxmpp.jid.BareJid contact,
OmemoCachedDeviceList deviceList) |
void |
FileBasedOmemoStore.storeCachedDeviceList(OmemoDevice userDevice,
org.jxmpp.jid.BareJid contact,
OmemoCachedDeviceList contactsDeviceList) |
Constructor and Description |
---|
OmemoDeviceListElement_VAxolotl(OmemoCachedDeviceList cachedList) |
OmemoDeviceListElement(OmemoCachedDeviceList cachedList) |
Constructor and Description |
---|
OmemoCachedDeviceList(OmemoCachedDeviceList original) |