signer

package
v1.5.6 Latest Latest
Warning

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

Go to latest
Published: Oct 3, 2021 License: Apache-2.0 Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	MSPID        string
	IdentityPath string
	KeyPath      string
}

Config holds the configuration for creation of a Signer

type ECDSASignature

type ECDSASignature struct {
	R, S *big.Int
}

type Signer

type Signer struct {
	Creator []byte
	// contains filtered or unexported fields
}

Signer signs messages. TODO: Ideally we'd use an MSP to be agnostic, but since it's impossible to initialize an MSP without a CA cert that signs the signing identity, this will do for now.

func NewSigner

func NewSigner(conf Config) (*Signer, error)

NewSigner creates a new Signer out of the given configuration

func (*Signer) Serialize added in v1.5.6

func (si *Signer) Serialize() ([]byte, error)

func (*Signer) Sign

func (si *Signer) Sign(msg []byte) ([]byte, error)

Jump to

Keyboard shortcuts

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