Package | Description |
---|---|
org.jivesoftware.smackx.omemo |
Classes and interfaces for OMEMO Encryption.
|
org.jivesoftware.smackx.omemo.signal |
Concrete implementation of OMEMO for smack using the signal-protocol-java library.
|
org.jivesoftware.smackx.omemo.util |
Helper classes and other stuff.
|
Modifier and Type | Method and Description |
---|---|
abstract byte[] |
OmemoRatchet.doubleRatchetDecrypt(OmemoDevice sender,
byte[] encryptedKey)
Decrypt a double-ratchet-encrypted message key.
|
Modifier and Type | Method and Description |
---|---|
byte[] |
SignalOmemoRatchet.doubleRatchetDecrypt(OmemoDevice sender,
byte[] encryptedKey) |
Modifier and Type | Method and Description |
---|---|
void |
OmemoMessageBuilder.addRecipient(OmemoDevice contactsDevice)
Add a new recipient device to the message.
|