google-nomulus/java/google/registry/keyring/kms
mcilwain a7256f5edd Update KMS method signatures to standardize on KeyringException
It came up during the review of [] that it doesn't make a lot of sense
for encrypt() and decrypt() to not throw the same kinds of Exceptions,
especially not for the same kind of problem, just because one happens to use a
Retrier in its internal implementation and the other doesn't.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=201054057
2018-06-18 18:16:35 -04:00
..
BUILD Move backported JUnit file to third_party (part 2) 2017-12-02 11:37:46 -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 KMS method signatures to standardize on KeyringException 2018-06-18 18:16:35 -04:00
KmsConnectionImpl.java Update KMS method signatures to standardize on KeyringException 2018-06-18 18:16:35 -04:00
KmsKeyring.java Update KMS method signatures to standardize on KeyringException 2018-06-18 18:16:35 -04:00
KmsModule.java Replace com.google.common.base.Function with java.util.function.Function 2017-12-27 11:08:55 -05:00
KmsUpdater.java Replace many Work and VoidWork usages with lambdas 2017-11-21 18:45:12 -05:00