signer

package
v0.189.0 Latest Latest
Warning

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

Go to latest
Published: Mar 31, 2025 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetSigner

func GetSigner(keyPath string, logger zerolog.Logger, opts *Opts) (sigstoresigner.Signer, error)

GetSigner creates a new Signer based on input parameters

Types

type Opts

type Opts struct {
	SignServerOpts *SignServerOpts
	Vaultclient    pb.SigningServiceClient
}

type SignServerOpts added in v0.174.0

type SignServerOpts struct {
	// CA certificate for TLS connection
	CAPath string
	// (optional) Client cert and passphrase for mutual TLS authentication
	AuthClientCertPath, AuthClientCertPass string
}

type TimestampSigner added in v0.170.0

type TimestampSigner struct {
	// contains filtered or unexported fields
}

func NewTimestampSigner added in v0.170.0

func NewTimestampSigner(tsaURL string) *TimestampSigner

func (*TimestampSigner) SignMessage added in v0.170.0

func (ts *TimestampSigner) SignMessage(ctx context.Context, payload []byte) ([]byte, error)

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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