Smack/smack-omemo/src/main/java/org/jivesoftware/smackx/omemo
Florian Schmaus 4dd3800d82 Remove Bouncycastle as direct dependency
By not directly depending on Bouncycastle (BC), we avoid conflicts between
different bouncycastle versions. It is also part of the developers job
to take care that all required security primitives are available. If
they are provide by BC or some other security provider should not be
up to Smack to decide.

We now only add BC as test dependency to satisfy this requirement when
the unit tests are executed.
2020-03-13 16:58:45 +01:00
..
element Rework XML Element hierarchy and XmlStringBuilder 2019-09-07 18:17:08 +02:00
exceptions Enable werror for javadoc and fix javadoc issues 2019-08-30 12:08:30 +02:00
internal Enable werror for javadoc and fix javadoc issues 2019-08-30 12:08:30 +02:00
listener Replace XPP3 by XmlPullParser interface wrapping StAX and XPP3 2019-05-06 22:10:50 +02:00
provider Rework XML Element hierarchy and XmlStringBuilder 2019-09-07 18:17:08 +02:00
trust Rework support for XEP-0384: OMEMO Encryption 2018-06-13 12:29:16 +02:00
util OMEMO: Switch to sending 12 byte IV 2020-02-16 22:15:56 +01:00
CachingOmemoStore.java Enable werror for javadoc and fix javadoc issues 2019-08-30 12:08:30 +02:00
FileBasedOmemoStore.java Enable werror for javadoc and fix javadoc issues 2019-08-30 12:08:30 +02:00
OmemoConfiguration.java Add integration test and fix checkstyle issues 2018-10-10 14:48:22 +02:00
OmemoInitializer.java Remove Bouncycastle as direct dependency 2020-03-13 16:58:45 +01:00
OmemoManager.java s/occured/occurred/ 2019-10-30 12:02:36 +01:00
OmemoMessage.java Introduce StanzaBuilder 2019-10-25 21:41:55 +02:00
OmemoRatchet.java s/occured/occurred/ 2019-10-30 12:02:36 +01:00
OmemoService.java s/occured/occurred/ 2019-10-30 12:02:36 +01:00
OmemoStore.java s/occured/occurred/ 2019-10-30 12:02:36 +01:00
package-info.java Enable trailing whitespace checkstyle check 2018-05-09 23:26:39 +02:00