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.
|
Modifier and Type | Method and Description |
---|---|
static OmemoService<?,?,?,?,?,?,?,?,?> |
OmemoService.getInstance() |
Modifier and Type | Method and Description |
---|---|
protected static void |
OmemoService.setInstance(OmemoService<?,?,?,?,?,?,?,?,?> omemoService)
Set singleton instance.
|
Modifier and Type | Class and Description |
---|---|
class |
SignalOmemoService
Concrete implementation of the OmemoService using the Signal library.
|