google-nomulus/java/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
..
BUILD Clean up annotation imports in BUILD files 2018-06-27 15:28:53 -04:00
ClaimsListParser.java Refer to Datastore everywhere correctly by its capitalized form 2017-02-17 12:12:12 -05:00
icann-tmch-pilot.crl Update signed marks files and add an expiration test 2018-06-27 15:28:53 -04:00
icann-tmch-pilot.crt Use enum instead of boolean for TMCH CA mode 2017-01-18 11:11:35 -05:00
icann-tmch.crl Update signed marks files and add an expiration test 2018-06-27 15:28:53 -04:00
icann-tmch.crt mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
LordnLog.java Add more valid response codes to Lordn 2018-05-30 12:18:54 -04:00
LordnRequestInitializer.java Switch from Guava Optionals to Java 8 Optionals 2017-10-24 16:53:47 -04:00
LordnTaskUtils.java Delete end-date sunrise, landrush, and sunrush phases 2019-01-10 16:23:35 -05:00
marksdb-public-key.asc mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
Marksdb.java Switch from Guava Optionals to Java 8 Optionals 2017-10-24 16:53:47 -04:00
NordnUploadAction.java Consolidate Dagger modules for utils classes 2019-01-17 19:20:52 -05:00
NordnVerifyAction.java Add the App Engine service used in the Action definition 2019-01-17 18:59:16 -05:00
package-info.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
SmdrlCsvParser.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
TmchCertificateAuthority.java Refactor TmchCertificateAuthority 2018-10-25 14:40:38 -04:00
TmchCrlAction.java Add the App Engine service used in the Action definition 2019-01-17 18:59:16 -05:00
TmchData.java Refer to Datastore everywhere correctly by its capitalized form 2017-02-17 12:12:12 -05:00
TmchDnlAction.java Add the App Engine service used in the Action definition 2019-01-17 18:59:16 -05:00
TmchModule.java Don't add all claims data to NORDN verify task 2018-05-17 21:52:35 -04:00
TmchSmdrlAction.java Add the App Engine service used in the Action definition 2019-01-17 18:59:16 -05:00
TmchXmlSignature.java Un-Ignore a test in DomainApplicationCreateFlowTest 2017-05-03 10:44:56 -04:00