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.