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.internal Classes that are used internally to arrange objects.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.Received
OmemoManager. 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.Sent
OmemoManager. encrypt(Set<BareJid> recipients, String message)
OMEMO encrypt a cleartext message for multiple recipients.OmemoMessage.Sent
OmemoManager. encrypt(MultiUserChat muc, String message)
Encrypt a message for all recipients in the MultiUserChat.OmemoMessage.Sent
OmemoManager. encrypt(BareJid recipient, String message)
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.exceptions Modifier and Type Class Description class
MultipleCryptoFailedException
Methods in org.jivesoftware.smackx.omemo.exceptions that return types with arguments of type CryptoFailedException Modifier and Type Method Description List<CryptoFailedException>
MultipleCryptoFailedException. getCryptoFailedExceptions()
Method parameters in org.jivesoftware.smackx.omemo.exceptions with type arguments of type CryptoFailedException Modifier and Type Method Description static MultipleCryptoFailedException
MultipleCryptoFailedException. from(List<CryptoFailedException> cryptoFailedExceptions)
-
Uses of CryptoFailedException in org.jivesoftware.smackx.omemo.internal
Methods in org.jivesoftware.smackx.omemo.internal that throw CryptoFailedException Modifier and Type Method Description Cipher
CipherAndAuthTag. getCipher()
-
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)
-