signingmgr

package
v1.0.0-alpha3 Latest Latest
Warning

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

Go to latest
Published: Mar 20, 2018 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type SigningManager

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

SigningManager is used for signing objects with private key

func New

func New(cryptoProvider core.CryptoSuite, config core.Config) (*SigningManager, error)

New Constructor for a signing manager. @param {BCCSP} cryptoProvider - crypto provider @param {Config} config - configuration provider @returns {SigningManager} new signing manager

func (*SigningManager) Sign

func (mgr *SigningManager) Sign(object []byte, key core.Key) ([]byte, error)

Sign will sign the given object using provided key

Jump to

Keyboard shortcuts

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