Package | Description |
---|---|
org.jivesoftware.smackx.omemo |
Classes and interfaces for OMEMO Encryption.
|
Modifier and Type | Method and Description |
---|---|
OmemoMessage.Sent |
OmemoManager.encrypt(org.jxmpp.jid.BareJid recipient,
String message)
OMEMO encrypt a cleartext message for a single recipient.
|
OmemoMessage.Sent |
OmemoManager.encrypt(MultiUserChat muc,
String message)
Encrypt a message for all recipients in the MultiUserChat.
|
OmemoMessage.Sent |
OmemoManager.encrypt(Set<org.jxmpp.jid.BareJid> recipients,
String message)
OMEMO encrypt a cleartext message for multiple recipients.
|