keystore

package
v2.13.1 Latest Latest
Warning

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

Go to latest
Published: Jun 29, 2021 License: LGPL-3.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type KeyItem

type KeyItem interface {
	// ID 返回 ID 标识
	ID() string

	// PublicKey 返回 RSA 公钥
	PublicKey() *rsa.PublicKey

	// Fingerprint 返回 RSA 秘钥对的指纹
	Fingerprint() string
}

type Store

type Store interface {
	Get(id string) KeyItem
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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