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