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 OmemoCachedDeviceListOmemoStore.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 TypeMethodDescriptionvoidCachingOmemoStore.storeCachedDeviceList(OmemoDevice userDevice, BareJid contact, OmemoCachedDeviceList deviceList) voidFileBasedOmemoStore.storeCachedDeviceList(OmemoDevice userDevice, BareJid contact, OmemoCachedDeviceList contactsDeviceList) abstract voidOmemoStore.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