Smack/smack-omemo/src/main/java/org/jivesoftware/smackx/omemo/util
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
..
MessageOrOmemoMessage.java Replace XPP3 by XmlPullParser interface wrapping StAX and XPP3 2019-05-06 22:10:50 +02:00
OmemoConstants.java [extensions] Deprecate old-style PepManager PEP listeners 2020-05-25 20:32:47 +02:00
OmemoKeyUtil.java Improve Javadoc readability by adding separating lines 2020-04-08 22:32:39 +02:00
OmemoMessageBuilder.java [omemo] Introduce OmemoAesCipher as central AES API 2021-03-14 12:48:01 +01:00
package-info.java Add OMEMO support 2017-06-02 13:40:10 +02:00