gpg

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Mar 1, 2025 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type EntityAccessor

type EntityAccessor struct {
	Reader EntityReaderInterface
}

func (*EntityAccessor) GetEntity

func (ea *EntityAccessor) GetEntity(keyPassphrase string, signingKey string) (*openpgp.Entity, error)

type EntityAccessorInterface

type EntityAccessorInterface interface {
	GetEntity(string, string) (*openpgp.Entity, error)
}

type EntityReader

type EntityReader struct{}

func (*EntityReader) GetPrivateKey

func (ea *EntityReader) GetPrivateKey(passphrase string, keyring string) (string, error)

func (*EntityReader) ReadArmoredKeyRing

func (ea *EntityReader) ReadArmoredKeyRing(privateKey string) (openpgp.EntityList, error)

type EntityReaderInterface

type EntityReaderInterface interface {
	ReadArmoredKeyRing(string) (openpgp.EntityList, error)
	GetPrivateKey(string, string) (string, error)
}

Jump to

Keyboard shortcuts

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