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 voidOmemoService.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 classConcrete implementation of the OmemoService using the Signal library.