Uses of Class
org.jivesoftware.smackx.omemo.internal.OmemoCachedDeviceList
-
Packages that use OmemoCachedDeviceList 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. -
-
Uses of OmemoCachedDeviceList in org.jivesoftware.smackx.omemo
Methods in org.jivesoftware.smackx.omemo that return OmemoCachedDeviceList Modifier and Type Method Description OmemoCachedDeviceList
CachingOmemoStore. loadCachedDeviceList(OmemoDevice userDevice, BareJid contact)
OmemoCachedDeviceList
FileBasedOmemoStore. loadCachedDeviceList(OmemoDevice userDevice, BareJid contact)
OmemoCachedDeviceList
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 OmemoCachedDeviceList Modifier and Type Method Description void
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 OmemoCachedDeviceList Constructor Description OmemoDeviceListElement(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 Constructor Description OmemoCachedDeviceList(OmemoCachedDeviceList original)
-