pkcs11

package
v1.4.12 Latest Latest
Warning

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

Go to latest
Published: Apr 23, 2021 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type P11ECDSAKey

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

P11ECDSAKey test implementation of crypto.Signer.

func (*P11ECDSAKey) Public

func (k *P11ECDSAKey) Public() crypto.PublicKey

Public returns the corresponding public key for the private key.

func (*P11ECDSAKey) Sign

func (k *P11ECDSAKey) Sign(rand io.Reader, digest []byte, opts crypto.SignerOpts) (signature []byte, err error)

Sign implements crypto.Signer Sign(). Signs the digest the with the private key and returns a byte signature.

Jump to

Keyboard shortcuts

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