Smack/smack-omemo/src/main/java/org/jivesoftware/smackx/omemo/internal
Florian Schmaus 14142a0ef2 [omemo] Introduce OmemoAesCipher as central AES API
OmemoAesCipher is the sole point where OMEMO related AES operations
are performed. This allows OmemoAesCipher to check in a static block
if AES is available. If AES is not available it throws a (hopefully)
helpfull exception message.

Typically AES is not available on Android if no security provider
providing AES, like Bouncy Castle, has been explicitly configured.
2021-03-14 12:48:01 +01:00
..
listener smack-omemo*: Do not swallow IOException deep within the library 2019-08-05 09:31:48 +02:00
CipherAndAuthTag.java [omemo] Introduce OmemoAesCipher as central AES API 2021-03-14 12:48:01 +01:00
CiphertextTuple.java Fix javadoc issues 2020-04-08 22:32:39 +02:00
OmemoAesCipher.java [omemo] Introduce OmemoAesCipher as central AES API 2021-03-14 12:48:01 +01:00
OmemoCachedDeviceList.java Rework support for XEP-0384: OMEMO Encryption 2018-06-13 12:29:16 +02:00
OmemoDevice.java Fix javadoc issues 2020-04-08 22:32:39 +02:00
package-info.java Add OMEMO support 2017-06-02 13:40:10 +02:00