Uses of Class
org.jivesoftware.smackx.omemo.exceptions.UndecidedOmemoIdentityException
-
Packages that use UndecidedOmemoIdentityException Package Description org.jivesoftware.smackx.omemo Classes and interfaces for OMEMO Encryption.org.jivesoftware.smackx.omemo.exceptions Exceptions.org.jivesoftware.smackx.omemo.util Helper classes and other stuff. -
-
Uses of UndecidedOmemoIdentityException in org.jivesoftware.smackx.omemo
Methods in org.jivesoftware.smackx.omemo that throw UndecidedOmemoIdentityException Modifier and Type Method Description OmemoMessage.Sent
OmemoManager. encrypt(Set<BareJid> recipients, String message)
OMEMO encrypt a cleartext message for multiple recipients.OmemoMessage.Sent
OmemoManager. encrypt(MultiUserChat muc, String message)
Encrypt a message for all recipients in the MultiUserChat.OmemoMessage.Sent
OmemoManager. encrypt(BareJid recipient, String message)
OMEMO encrypt a cleartext message for a single recipient. -
Uses of UndecidedOmemoIdentityException in org.jivesoftware.smackx.omemo.exceptions
Methods in org.jivesoftware.smackx.omemo.exceptions with parameters of type UndecidedOmemoIdentityException Modifier and Type Method Description void
UndecidedOmemoIdentityException. join(UndecidedOmemoIdentityException other)
Add all undecided devices of another Exception to this Exceptions HashSet of undecided devices. -
Uses of UndecidedOmemoIdentityException in org.jivesoftware.smackx.omemo.util
Methods in org.jivesoftware.smackx.omemo.util that throw UndecidedOmemoIdentityException Modifier and Type Method Description void
OmemoMessageBuilder. addRecipient(OmemoDevice contactsDevice)
Add a new recipient device to the message.
-