Package | Description |
---|---|
org.jivesoftware.smackx.omemo.internal |
Classes that are used internally to arrange objects.
|
org.jivesoftware.smackx.omemo.signal |
Concrete implementation of OMEMO for smack using the signal-protocol-java library.
|
Modifier and Type | Method and Description |
---|---|
abstract CiphertextTuple |
OmemoSession.encryptMessageKey(byte[] messageKey)
Encrypt a message key for the recipient.
|
Modifier and Type | Method and Description |
---|---|
CiphertextTuple |
SignalOmemoSession.encryptMessageKey(byte[] messageKey) |