Uses of Class
org.jivesoftware.smackx.omemo.exceptions.UndecidedOmemoIdentityException
Packages that use UndecidedOmemoIdentityException
Package
Description
Classes and interfaces for OMEMO Encryption.
Exceptions.
Helper classes and other stuff.
- 
Uses of UndecidedOmemoIdentityException in org.jivesoftware.smackx.omemo
Methods in org.jivesoftware.smackx.omemo that throw UndecidedOmemoIdentityExceptionModifier 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
Methods in org.jivesoftware.smackx.omemo.exceptions with parameters of type UndecidedOmemoIdentityExceptionModifier and TypeMethodDescriptionvoidUndecidedOmemoIdentityException.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 UndecidedOmemoIdentityExceptionModifier and TypeMethodDescriptionvoidOmemoMessageBuilder.addRecipient(OmemoDevice contactsDevice) Add a new recipient device to the message.