Uses of Class
org.jivesoftware.smackx.omemo.exceptions.CannotEstablishOmemoSessionException
Packages that use CannotEstablishOmemoSessionException
Package
Description
Classes and interfaces for OMEMO Encryption.
Exceptions.
- 
Uses of CannotEstablishOmemoSessionException in org.jivesoftware.smackx.omemo
Methods in org.jivesoftware.smackx.omemo that throw CannotEstablishOmemoSessionExceptionModifier and TypeMethodDescriptionOmemoManager.getActiveFingerprints(BareJid contact) Return all OmemoFingerprints of active devices of a contact.OmemoManager.getFingerprint(OmemoDevice device) Get the fingerprint of a contacts device.OmemoStore.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 CannotEstablishOmemoSessionExceptionModifier and TypeMethodDescriptionvoidCannotEstablishOmemoSessionException.addFailures(CannotEstablishOmemoSessionException otherFailures)