Smack/smack-omemo/src/test/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
..
util gradle: Remove archives configuration 2019-09-16 00:04:47 +02:00
DeviceListTest.java Rework support for XEP-0384: OMEMO Encryption 2018-06-13 12:29:16 +02:00
OmemoBundleVAxolotlElementTest.java Use StandardCharsets.(UTF_8|US_ASCII) 2019-05-08 12:44:48 +02:00
OmemoConfigurationTest.java Business logic for handling read-only devices 2018-10-10 14:07:23 +02:00
OmemoDeviceListVAxolotlElementTest.java Replace XPP3 by XmlPullParser interface wrapping StAX and XPP3 2019-05-06 22:10:50 +02:00
OmemoDeviceTest.java Rework support for XEP-0384: OMEMO Encryption 2018-06-13 12:29:16 +02:00
OmemoExceptionsTest.java Update errorprone(-plugin) and make Unused(Variable|Method) an error 2019-05-07 23:09:00 +02:00
OmemoFingerprintTest.java Rework support for XEP-0384: OMEMO Encryption 2018-06-13 12:29:16 +02:00
OmemoKeyUtilTest.java Add "whitespace after comma" checkstyle rule 2019-05-17 21:56:46 +02:00
OmemoServiceTest.java Enable werror for javadoc and fix javadoc issues 2019-08-30 12:08:30 +02:00
OmemoStoreTest.java smack-omemo*: Do not swallow IOException deep within the library 2019-08-05 09:31:48 +02:00
OmemoVAxolotlElementTest.java Use StandardCharsets.(UTF_8|US_ASCII) 2019-05-08 12:44:48 +02:00
WrapperObjectsTest.java Remove Bouncycastle as direct dependency 2020-03-13 16:58:45 +01:00