Uses of Class
org.jivesoftware.smackx.omemo.internal.OmemoCachedDeviceList
Packages that use 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
Methods in org.jivesoftware.smackx.omemo that return OmemoCachedDeviceListModifier 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.Methods in org.jivesoftware.smackx.omemo with parameters of type OmemoCachedDeviceListModifier 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
Constructors in org.jivesoftware.smackx.omemo.element with parameters of type OmemoCachedDeviceListModifierConstructorDescriptionOmemoDeviceListElement
(OmemoCachedDeviceList cachedList) OmemoDeviceListElement_VAxolotl
(OmemoCachedDeviceList cachedList) -
Uses of OmemoCachedDeviceList in org.jivesoftware.smackx.omemo.internal
Constructors in org.jivesoftware.smackx.omemo.internal with parameters of type OmemoCachedDeviceList