Uses of Class
org.jivesoftware.smackx.omemo.element.OmemoElement
-
Packages that use OmemoElement Package Description org.jivesoftware.smackx.omemo Classes and interfaces for OMEMO Encryption.org.jivesoftware.smackx.omemo.element Classes that represent OMEMO related stanzas.org.jivesoftware.smackx.omemo.util Helper classes and other stuff. -
-
Uses of OmemoElement in org.jivesoftware.smackx.omemo
Methods in org.jivesoftware.smackx.omemo that return OmemoElement Modifier and Type Method Description OmemoElement
OmemoMessage. getElement()
Return the original OmemoElement (<encrypted/>).Methods in org.jivesoftware.smackx.omemo with parameters of type OmemoElement Modifier and Type Method Description OmemoMessage.Received
OmemoManager. 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.element Modifier and Type Class Description class
OmemoElement_VAxolotl
An OMEMO (PreKey)WhisperMessage element. -
Uses of OmemoElement in org.jivesoftware.smackx.omemo.util
Methods in org.jivesoftware.smackx.omemo.util that return OmemoElement Modifier and Type Method Description OmemoElement
OmemoMessageBuilder. finish()
Assemble an OmemoMessageElement from the current state of the builder.
-