Uses of Class
org.jivesoftware.smackx.omemo.exceptions.NoRawSessionException
Packages that use NoRawSessionException
Package
Description
Classes and interfaces for OMEMO Encryption.
Concrete implementation of OMEMO for smack using the signal-protocol-java library.
-
Uses of NoRawSessionException in org.jivesoftware.smackx.omemo
Methods in org.jivesoftware.smackx.omemo that throw NoRawSessionExceptionModifier and TypeMethodDescriptionOmemoManager.decrypt(BareJid sender, OmemoElement omemoElement) Manually decrypt an OmemoElement.abstract byte[]OmemoRatchet.doubleRatchetDecrypt(OmemoDevice sender, byte[] encryptedKey) Decrypt a double-ratchet-encrypted message key. -
Uses of NoRawSessionException in org.jivesoftware.smackx.omemo.signal
Methods in org.jivesoftware.smackx.omemo.signal that throw NoRawSessionExceptionModifier and TypeMethodDescriptionbyte[]SignalOmemoRatchet.doubleRatchetDecrypt(OmemoDevice sender, byte[] encryptedKey)