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 java.util.HashMap<OmemoDevice,OmemoFingerprint>OmemoManager. getActiveFingerprints(BareJid contact)Return all OmemoFingerprints of active devices of a contact.OmemoFingerprintOmemoManager. getFingerprint(OmemoDevice device)Get the fingerprint of a contacts device.OmemoFingerprintOmemoStore. getFingerprintAndMaybeBuildSession(OmemoManager.LoggedInOmemoManager managerGuard, OmemoDevice contactsDevice)Return the fingerprint of the given devices announced identityKey.voidOmemoManager. rebuildSessionWith(OmemoDevice contactsDevice)Build a fresh session with a contacts device.voidOmemoManager. 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 voidCannotEstablishOmemoSessionException. addFailures(CannotEstablishOmemoSessionException otherFailures)
-