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.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(Set<BareJid> recipients, String message)OMEMO encrypt a cleartext message for multiple recipients.OmemoMessage.SentOmemoManager. encrypt(MultiUserChat muc, String message)Encrypt a message for all recipients in the MultiUserChat.OmemoMessage.SentOmemoManager. encrypt(BareJid recipient, 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 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(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 CipherCipherAndAuthTag. 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)
-