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 OmemoCachedDeviceListCachingOmemoStore. loadCachedDeviceList(OmemoDevice userDevice, BareJid contact)OmemoCachedDeviceListFileBasedOmemoStore. loadCachedDeviceList(OmemoDevice userDevice, BareJid contact)OmemoCachedDeviceListOmemoStore. 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 OmemoCachedDeviceList Modifier and Type Method Description voidCachingOmemoStore. 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 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)
-