Uses of Class
org.jivesoftware.smackx.omemo.exceptions.CryptoFailedException
Packages that use CryptoFailedException
Package
Description
Classes and interfaces for OMEMO Encryption.
Exceptions.
Concrete implementation of OMEMO for smack using the signal-protocol-java library.
-
Uses of CryptoFailedException in org.jivesoftware.smackx.omemo
Methods in org.jivesoftware.smackx.omemo that throw CryptoFailedExceptionModifier 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.OMEMO encrypt a cleartext message for multiple recipients.OmemoManager.encrypt
(MultiUserChat muc, String message) Encrypt a message for all recipients in the MultiUserChat.OMEMO encrypt a cleartext message for a single recipient.void
OmemoManager.sendRatchetUpdateMessage
(OmemoDevice recipient) Send a ratchet update message. -
Uses of CryptoFailedException in org.jivesoftware.smackx.omemo.exceptions
Subclasses of CryptoFailedException in org.jivesoftware.smackx.omemo.exceptionsMethods in org.jivesoftware.smackx.omemo.exceptions that return types with arguments of type CryptoFailedExceptionMethod parameters in org.jivesoftware.smackx.omemo.exceptions with type arguments of type CryptoFailedExceptionModifier and TypeMethodDescriptionMultipleCryptoFailedException.from
(List<CryptoFailedException> cryptoFailedExceptions) -
Uses of CryptoFailedException in org.jivesoftware.smackx.omemo.signal
Methods in org.jivesoftware.smackx.omemo.signal that throw CryptoFailedExceptionModifier and TypeMethodDescriptionbyte[]
SignalOmemoRatchet.doubleRatchetDecrypt
(OmemoDevice sender, byte[] encryptedKey)