google-nomulus/java/google/registry/keyring/kms
mcilwain e2db3f914e Clean up some code quality issues
This removes some qualifiers that aren't necessary (e.g. public/abstract on interfaces, private on enum constructors, final on private methods, static on nested interfaces/enums), uses Java 8 lambdas and features where that's an improvement

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=177182945
2017-12-01 22:14:06 -05:00
..
BUILD Abstract KMS code with KmsConnection and create a fake KmsConnection 2017-02-27 11:30:45 -05:00
EncryptResponse.java Update cloudkms_java with the non-beta version 2017-06-05 18:17:09 -04:00
KeyringModule.java Set KmsKeyring as the default Keyring 2017-07-10 11:40:02 -04:00
KmsConnection.java Update cloudkms_java with the non-beta version 2017-06-05 18:17:09 -04:00
KmsConnectionImpl.java Run automatic Java 8 conversion over codebase 2017-10-10 12:09:41 -04:00
KmsKeyring.java Clean up some code quality issues 2017-12-01 22:14:06 -05:00
KmsModule.java Fix stale naming in KmsModule binding for KmsConnection 2017-06-21 09:54:36 -04:00
KmsUpdater.java Replace many Work and VoidWork usages with lambdas 2017-11-21 18:45:12 -05:00