@ParametersAreNonnullByDefault
Package google.registry.keyring.api
-
Interface Summary Interface Description Keyring Nomulus keyring interface. -
Class Summary Class Description ComparatorKeyring Checks that a second keyring returns the same result as the current one.DummyKeyringModule Dagger keyring module that provides anInMemoryKeyring
instance populated with dummy values.InMemoryKeyring AKeyring
that uses in-memory values for all credentials.KeyModule Dagger module for keys stored inKeyring
.KeySerializer Collection of tools to serialize / deserialize PGP types.PgpHelper Helper functions for extracting PGP keys from their keyrings. -
Enum Summary Enum Description PgpHelper.KeyRequirement Narrowed key search requirements. -
Exception Summary Exception Description KeyringException Base class for allKeyring
specific unchecked exceptions. -
Annotation Types Summary Annotation Type Description KeyModule.Key Dagger qualifier for keys fromKeyring
.