Uses of Class
org.jivesoftware.smackx.omemo.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
Modifier and TypeMethodDescriptionstatic OmemoService<?,
?, ?, ?, ?, ?, ?, ?, ?> OmemoService.getInstance()
Return the singleton instance of this class.Modifier and TypeMethodDescriptionprotected static void
OmemoService.setInstance
(OmemoService<?, ?, ?, ?, ?, ?, ?, ?, ?> omemoService) Set singleton instance. -
Uses of OmemoService in org.jivesoftware.smackx.omemo.signal
Modifier and TypeClassDescriptionfinal class
Concrete implementation of the OmemoService using the Signal library.