Module ancillary_signer

Source
Expand description

Tools for signing generating signed manifests of ancillary data.

Structs§

AncillarySignerWithGcpKms
Ancillary signer that uses a key stored in a Google Cloud Platform KMS account to sign ancillary manifests.
AncillarySignerWithSecretKey
Ancillary signer that uses an in memory secret key to sign the ancillary manifest.
GcpCryptoKeyVersionResourceName
Name of a CryptoKeyVersion that represents an individual cryptographic key and the associated key material.

Traits§

AncillarySigner
Define how to sign the ancillary manifest.