mirror of
https://github.com/google/nomulus.git
synced 2025-04-30 03:57:51 +02:00
VoidKeyring always threw exceptions whenever any of its methods were called, which caused several parts of the system to fail early (and thus required a proper Keyring to be implemented almost immediately, early on in the "just playing around with the system" phase). I'm swapping this out with an InMemoryKeyring which is supplied by DummyKeyringModule, which, instead of throwing exceptions, returns dummy values, delaying the onset of errors to when connecting to external services is attempted. This pushes off the required implementation of a real Keyring- providing module, allowing the system to be played around with more first. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=132361157 |
||
---|---|---|
.. | ||
BUILD | ||
DummyKeyringModule.java | ||
InMemoryKeyring.java | ||
KeyModule.java | ||
Keyring.java | ||
package-info.java | ||
pgp-private-keyring.asc | ||
pgp-public-keyring.asc | ||
PgpHelper.java |