Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Signer ¶
type Signer struct { sigstoresigner.Signer // PEM encoded public certificate chain Chain []string // contains filtered or unexported fields }
Signer is a keyless signer for Chainloop
func (*Signer) SignMessage ¶
func (cs *Signer) SignMessage(message io.Reader, opts ...sigstoresigner.SignOption) ([]byte, error)
Click to show internal directories.
Click to hide internal directories.