google-nomulus/javatests/google/registry/tmch
mcilwain d2ee63cf69 Consolidate Dagger modules for utils classes
There was no reason to have several different modules all providing a single
thing. This approach, which creates a single UtilsModule for everything in the
util package, is cleaner. This also removes provisioning of Random and
StringGenerator objects in RegistryConfig.ConfigModule, which don't belong
there because they aren't configuration options.

This also removes insecure random entirely; it was only used in a
single place to generate 24 bytes a couple times per day. We can live with the
lower speed if it means we don't have to worry about multiple types of Random,
or possibly using an insecure random accidentally in a place that security
actually does matter.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=229751915
2019-01-17 19:20:52 -05:00
..
testdata Update signed marks files and add an expiration test 2018-06-27 15:28:53 -04:00
BUILD Clean up third_party imports in BUILD files 2018-07-14 01:11:51 -04:00
LordnLogTest.java Remove unnecessary "throws" declarations 2018-06-18 18:17:56 -04:00
LordnTaskUtilsTest.java Delete end-date sunrise, landrush, and sunrush phases 2019-01-10 16:23:35 -05:00
NordnUploadActionTest.java Consolidate Dagger modules for utils classes 2019-01-17 19:20:52 -05:00
NordnVerifyActionTest.java Remove unnecessary "throws" declarations 2018-06-18 18:17:56 -04:00
SmdrlCsvParserTest.java Remove unnecessary "throws" declarations 2018-06-18 18:17:56 -04:00
TmchActionTestCase.java Refactor TmchCertificateAuthority 2018-10-25 14:40:38 -04:00
TmchCertificateAuthorityTest.java Refactor TmchCertificateAuthority 2018-10-25 14:40:38 -04:00
TmchCrlActionTest.java Refactor TmchCertificateAuthority 2018-10-25 14:40:38 -04:00
TmchDnlActionTest.java Make return value of ClaimsListShard.getClaimKey() Optional 2018-03-06 19:15:52 -05:00
TmchSmdrlActionTest.java Remove unused Truth8.assertThat() imports in tests 2017-11-07 17:01:19 -05:00
TmchTestData.java Update signed marks files and add an expiration test 2018-06-27 15:28:53 -04:00
TmchTestDataExpirationTest.java Refactor TmchCertificateAuthority 2018-10-25 14:40:38 -04:00
TmchTestSuite.java Refactor LordnTask to LordnTaskUtils 2018-10-22 18:59:48 -04:00
TmchXmlSignatureTest.java Refactor TmchCertificateAuthority 2018-10-25 14:40:38 -04:00