Uses of Class
org.jivesoftware.smackx.omemo.element.OmemoElement
Packages that use OmemoElement
Package
Description
Classes and interfaces for OMEMO Encryption.
Classes that represent OMEMO related stanzas.
Helper classes and other stuff.
-
Uses of OmemoElement in org.jivesoftware.smackx.omemo
Methods in org.jivesoftware.smackx.omemo that return OmemoElementModifier and TypeMethodDescriptionOmemoMessage.getElement()
Return the original OmemoElement (<encrypted/>).Methods in org.jivesoftware.smackx.omemo with parameters of type OmemoElementModifier and TypeMethodDescriptionOmemoManager.decrypt
(BareJid sender, OmemoElement omemoElement) Manually decrypt an OmemoElement. -
Uses of OmemoElement in org.jivesoftware.smackx.omemo.element
Subclasses of OmemoElement in org.jivesoftware.smackx.omemo.elementModifier and TypeClassDescriptionclass
An OMEMO (PreKey)WhisperMessage element. -
Uses of OmemoElement in org.jivesoftware.smackx.omemo.util
Methods in org.jivesoftware.smackx.omemo.util that return OmemoElementModifier and TypeMethodDescriptionOmemoMessageBuilder.finish()
Assemble an OmemoMessageElement from the current state of the builder.