Uses of Class
org.jivesoftware.smackx.omemo.internal.CiphertextTuple
-
Packages that use CiphertextTuple Package Description org.jivesoftware.smackx.omemo Classes and interfaces for OMEMO Encryption.org.jivesoftware.smackx.omemo.signal Concrete implementation of OMEMO for smack using the signal-protocol-java library. -
-
Uses of CiphertextTuple in org.jivesoftware.smackx.omemo
Methods in org.jivesoftware.smackx.omemo that return CiphertextTuple Modifier and Type Method Description abstract CiphertextTuple
OmemoRatchet. doubleRatchetEncrypt(OmemoDevice recipient, byte[] messageKey)
Encrypt a messageKey with the double ratchet session of the recipient. -
Uses of CiphertextTuple in org.jivesoftware.smackx.omemo.signal
Methods in org.jivesoftware.smackx.omemo.signal that return CiphertextTuple Modifier and Type Method Description CiphertextTuple
SignalOmemoRatchet. doubleRatchetEncrypt(OmemoDevice recipient, byte[] messageKey)
-