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.
Click to show internal directories.
Click to hide internal directories.