mem

package
v1.10.0-rc15 Latest Latest
Warning

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

Go to latest
Published: Dec 7, 2022 License: BSD-3-Clause Imports: 5 Imported by: 3

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 memory-based keystore.Service implementation.

Keys are stored in an in-memory map, where the key is the name of the private key, and the value is the structure where the actual private key and the password are stored.

func New

func New() *Service

New creates new memory-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) (pk *ecdsa.PrivateKey, created bool, err error)

Jump to

Keyboard shortcuts

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