Uses of Class
org.jivesoftware.smackx.omemo.exceptions.UndecidedOmemoIdentityException
Package
Description
Classes and interfaces for OMEMO Encryption.
Exceptions.
Helper classes and other stuff.
-
Uses of UndecidedOmemoIdentityException in org.jivesoftware.smackx.omemo
Modifier and TypeMethodDescriptionOMEMO encrypt a cleartext message for multiple recipients.OmemoManager.encrypt
(MultiUserChat muc, String message) Encrypt a message for all recipients in the MultiUserChat.OMEMO encrypt a cleartext message for a single recipient. -
Uses of UndecidedOmemoIdentityException in org.jivesoftware.smackx.omemo.exceptions
Modifier and TypeMethodDescriptionvoid
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
Modifier and TypeMethodDescriptionvoid
OmemoMessageBuilder.addRecipient
(OmemoDevice contactsDevice) Add a new recipient device to the message.