Module tough::key_source

source ·
Expand description

Provides an abstraction over the source of a signing key. This allows signing keys to be obtained, for example, from local files or from cloud provider key stores.

Structs

Traits

  • This trait should be implemented for each source of signing keys. Examples of sources include: files, AWS SSM, etc.