sigstore

package
v5.30.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 5, 2024 License: Apache-2.0 Imports: 10 Imported by: 4

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewSignerFromParameterFile

func NewSignerFromParameterFile(path string, options *Options) (*signer.Signer, error)

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.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL