file

package
v1.18.2 Latest Latest
Warning

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

Go to latest
Published: Dec 14, 2023 License: BSD-3-Clause Imports: 18 Imported by: 4

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Service

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

Service is the file-based keystore.Service implementation.

Keys are stored in directory where each private key is stored in a file, which is encrypted with symmetric key using some password.

func New

func New(dir string) *Service

New creates new file-based keystore.Service implementation.

func (*Service) Exists added in v0.2.0

func (s *Service) Exists(name string) (bool, error)

func (*Service) Key

func (s *Service) Key(name, password string, edg keystore.EDG) (pk *ecdsa.PrivateKey, created bool, err error)

func (*Service) SetKey added in v1.13.0

func (s *Service) SetKey(name, password string, edg keystore.EDG) (*ecdsa.PrivateKey, error)

Jump to

Keyboard shortcuts

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