Uses of Class
org.jivesoftware.smackx.omemo.internal.CiphertextTuple
Package
Description
Classes and interfaces for OMEMO Encryption.
Concrete implementation of OMEMO for smack using the signal-protocol-java library.
-
Uses of CiphertextTuple in org.jivesoftware.smackx.omemo
Modifier and TypeMethodDescriptionabstract 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
Modifier and TypeMethodDescriptionSignalOmemoRatchet.doubleRatchetEncrypt
(OmemoDevice recipient, byte[] messageKey)