Uses of Class
org.jivesoftware.smackx.omemo.exceptions.CannotEstablishOmemoSessionException
Package
Description
Classes and interfaces for OMEMO Encryption.
Exceptions.
-
Uses of CannotEstablishOmemoSessionException in org.jivesoftware.smackx.omemo
Modifier 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.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
Modifier and TypeMethodDescriptionvoid
CannotEstablishOmemoSessionException.addFailures
(CannotEstablishOmemoSessionException otherFailures)