Uses of Class
org.jivesoftware.smackx.omemo.OmemoService
Packages that use OmemoService
Package
Description
Classes and interfaces for OMEMO Encryption.
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 OmemoServiceModifier and TypeMethodDescriptionstatic OmemoService<?,
?, ?, ?, ?, ?, ?, ?, ?> OmemoService.getInstance()
Return the singleton instance of this class.Methods in org.jivesoftware.smackx.omemo with parameters of type OmemoServiceModifier and TypeMethodDescriptionprotected 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.signalModifier and TypeClassDescriptionfinal class
Concrete implementation of the OmemoService using the Signal library.