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
}
type EntityAccessorInterface ¶
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 ¶
Click to show internal directories.
Click to hide internal directories.