Package | Description |
---|---|
org.jivesoftware.smackx.omemo |
Classes and interfaces for OMEMO Encryption.
|
Modifier and Type | Method and Description |
---|---|
ClearTextMessage |
OmemoManager.decrypt(BareJid sender,
Message omemoMessage)
Decrypt an OMEMO message.
|
Modifier and Type | Method and Description |
---|---|
List<ClearTextMessage> |
OmemoManager.decryptMamQueryResult(MamManager.MamQuery mamQuery)
Return a list of all OMEMO messages that were found in the MAM query result, that could be successfully decrypted.
|