Uses of Class
org.jivesoftware.smackx.omemo.exceptions.CannotEstablishOmemoSessionException
-
Packages that use CannotEstablishOmemoSessionException Package Description org.jivesoftware.smackx.omemo Classes and interfaces for OMEMO Encryption.org.jivesoftware.smackx.omemo.exceptions Exceptions. -
-
Uses of CannotEstablishOmemoSessionException in org.jivesoftware.smackx.omemo
Methods in org.jivesoftware.smackx.omemo that throw CannotEstablishOmemoSessionException Modifier and Type Method Description HashMap<OmemoDevice,OmemoFingerprint>
OmemoManager. getActiveFingerprints(BareJid contact)
Return all OmemoFingerprints of active devices of a contact.OmemoFingerprint
OmemoManager. getFingerprint(OmemoDevice device)
Get the fingerprint of a contacts device.OmemoFingerprint
OmemoStore. getFingerprintAndMaybeBuildSession(OmemoManager.LoggedInOmemoManager managerGuard, OmemoDevice contactsDevice)
Return the fingerprint of the given devices announced identityKey.void
OmemoManager. rebuildSessionWith(OmemoDevice contactsDevice)
Build a fresh session with a contacts device.void
OmemoManager. sendRatchetUpdateMessage(OmemoDevice recipient)
Send a ratchet update message. -
Uses of CannotEstablishOmemoSessionException in org.jivesoftware.smackx.omemo.exceptions
Methods in org.jivesoftware.smackx.omemo.exceptions with parameters of type CannotEstablishOmemoSessionException Modifier and Type Method Description void
CannotEstablishOmemoSessionException. addFailures(CannotEstablishOmemoSessionException otherFailures)
-