Documentation
¶
Overview ¶
Package signer provides functionality to generate signatures using AWS Signer in accordance with the NotaryProject Plugin contract.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Signer ¶
type Signer struct {
// contains filtered or unexported fields
}
Signer generates signature generated using AWS Signer.
func (*Signer) GenerateEnvelope ¶
func (s *Signer) GenerateEnvelope(ctx context.Context, request *plugin.GenerateEnvelopeRequest) (*plugin.GenerateEnvelopeResponse, error)
GenerateEnvelope generates signature envelope by calling AWS Signer
Click to show internal directories.
Click to hide internal directories.