| 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.
|
| org.jivesoftware.smackx.omemo.util |
Helper classes and other stuff.
|
| Class and 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.
|
| 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.
|
| Class and 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.
|
| Class and Description |
|---|
| 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.
|
| Class and Description |
|---|
| CorruptedOmemoKeyException
Exception gets thrown, when an invalid key is encountered.
|
| NoRawSessionException
Exception that gets thrown whenever a OmemoMessage arrives that no OmemoSession was found for to decrypt it.
|
| Class and Description |
|---|
| CorruptedOmemoKeyException
Exception gets thrown, when an invalid key is encountered.
|
| CryptoFailedException
Exception gets thrown when some cryptographic function failed.
|
| UndecidedOmemoIdentityException
Exception that is thrown when the user tries to encrypt a message for a undecided device.
|