Uses of Package
org.jivesoftware.smackx.omemo.exceptions
-
Packages that use org.jivesoftware.smackx.omemo.exceptions Package Description org.igniterealtime.smack.smackrepl A REPL (Read Eval Print Loop) for Smack.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.org.jivesoftware.smackx.omemo.util Helper classes and other stuff. -
Classes in org.jivesoftware.smackx.omemo.exceptions used by org.igniterealtime.smack.smackrepl Class Description CorruptedOmemoKeyException Exception gets thrown, when an invalid key is encountered. -
Classes in org.jivesoftware.smackx.omemo.exceptions used by org.jivesoftware.smackx.omemo Class Description CannotEstablishOmemoSessionException Exception gets thrown when we are unable to establish a session with a device for some reason.CorruptedOmemoKeyException Exception gets thrown, when an invalid key is encountered.CryptoFailedException Exception gets thrown when some cryptographic function failed.NoIdentityKeyException NoOmemoSupportException Exception that indicates, that a MUC does not support OMEMO.NoRawSessionException Exception that gets thrown whenever a OmemoMessage arrives that no OmemoSession was found for to decrypt it.UndecidedOmemoIdentityException Exception that is thrown when the user tries to encrypt a message for a undecided device.UntrustedOmemoIdentityException Exception that gets thrown when we try to en-/decrypt a message for an untrusted contact. -
Classes in org.jivesoftware.smackx.omemo.exceptions used by org.jivesoftware.smackx.omemo.exceptions Class Description CannotEstablishOmemoSessionException Exception gets thrown when we are unable to establish a session with a device for some reason.CryptoFailedException Exception gets thrown when some cryptographic function failed.MultipleCryptoFailedException UndecidedOmemoIdentityException Exception that is thrown when the user tries to encrypt a message for a undecided device. -
Classes in org.jivesoftware.smackx.omemo.exceptions used by org.jivesoftware.smackx.omemo.signal Class Description CorruptedOmemoKeyException Exception gets thrown, when an invalid key is encountered.CryptoFailedException Exception gets thrown when some cryptographic function failed.NoRawSessionException Exception that gets thrown whenever a OmemoMessage arrives that no OmemoSession was found for to decrypt it.UntrustedOmemoIdentityException Exception that gets thrown when we try to en-/decrypt a message for an untrusted contact. -
Classes in org.jivesoftware.smackx.omemo.exceptions used by org.jivesoftware.smackx.omemo.util Class Description CorruptedOmemoKeyException Exception gets thrown, when an invalid key is encountered.NoIdentityKeyException UndecidedOmemoIdentityException Exception that is thrown when the user tries to encrypt a message for a undecided device.UntrustedOmemoIdentityException Exception that gets thrown when we try to en-/decrypt a message for an untrusted contact.