Module tough::key_source[][src]

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

LocalKeySource

Points to a local key using a filesystem path.

Traits

KeySource

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