Uses of Class
org.jivesoftware.smackx.omemo.exceptions.CryptoFailedException
-
Packages that use CryptoFailedException Package Description org.jivesoftware.smackx.omemo Classes and interfaces for OMEMO Encryption.org.jivesoftware.smackx.omemo.exceptions Exceptions.org.jivesoftware.smackx.omemo.signal 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 CryptoFailedException Modifier and Type Method Description OmemoMessage.ReceivedOmemoManager. decrypt(BareJid sender, OmemoElement omemoElement)Manually decrypt an OmemoElement.abstract byte[]OmemoRatchet. doubleRatchetDecrypt(OmemoDevice sender, byte[] encryptedKey)Decrypt a double-ratchet-encrypted message key.OmemoMessage.SentOmemoManager. encrypt(java.util.Set<BareJid> recipients, java.lang.String message)OMEMO encrypt a cleartext message for multiple recipients.OmemoMessage.SentOmemoManager. encrypt(MultiUserChat muc, java.lang.String message)Encrypt a message for all recipients in the MultiUserChat.OmemoMessage.SentOmemoManager. encrypt(BareJid recipient, java.lang.String message)OMEMO encrypt a cleartext message for a single recipient.voidOmemoManager. 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.exceptions Modifier and Type Class Description classMultipleCryptoFailedExceptionMethods in org.jivesoftware.smackx.omemo.exceptions that return types with arguments of type CryptoFailedException Modifier and Type Method Description java.util.List<CryptoFailedException>MultipleCryptoFailedException. getCryptoFailedExceptions()Method parameters in org.jivesoftware.smackx.omemo.exceptions with type arguments of type CryptoFailedException Modifier and Type Method Description static MultipleCryptoFailedExceptionMultipleCryptoFailedException. from(java.util.List<CryptoFailedException> cryptoFailedExceptions) -
Uses of CryptoFailedException in org.jivesoftware.smackx.omemo.signal
Methods in org.jivesoftware.smackx.omemo.signal that throw CryptoFailedException Modifier and Type Method Description byte[]SignalOmemoRatchet. doubleRatchetDecrypt(OmemoDevice sender, byte[] encryptedKey)
-