Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewSignerFromParameterFile ¶
NewSignerFromParameterFile returns a signature.Signer which creates sigstore signatures based a parameter file at the specified path.
The caller must call Close() on the returned Signer.
Types ¶
type Options ¶
type Options struct { PrivateKeyPassphrasePrompt func(keyFile string) (string, error) // A function to call to interactively prompt for a passphrase Stdin io.Reader Stdout io.Writer }
Options collects data that the caller should provide to NewSignerFromParameterFile. The caller should set all fields unless documented otherwise.
Click to show internal directories.
Click to hide internal directories.