Uses of Class
org.jivesoftware.smackx.omemo.OmemoService
-
Packages that use OmemoService 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. -
-
Uses of OmemoService in org.jivesoftware.smackx.omemo
Methods in org.jivesoftware.smackx.omemo that return OmemoService Modifier and Type Method Description static OmemoService<?,?,?,?,?,?,?,?,?>
OmemoService. getInstance()
Return the singleton instance of this class.Methods in org.jivesoftware.smackx.omemo with parameters of type OmemoService Modifier and Type Method Description protected static void
OmemoService. setInstance(OmemoService<?,?,?,?,?,?,?,?,?> omemoService)
Set singleton instance. -
Uses of OmemoService in org.jivesoftware.smackx.omemo.signal
Subclasses of OmemoService in org.jivesoftware.smackx.omemo.signal Modifier and Type Class Description class
SignalOmemoService
Concrete implementation of the OmemoService using the Signal library.
-