encryption

package
v0.11.2 Latest Latest
Warning

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

Go to latest
Published: Aug 21, 2018 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Decrypter

type Decrypter interface {
	Decrypt(encString string) (string, error)
}

func NewPgpDecrypter added in v0.5.6

func NewPgpDecrypter(privateKey, passphrase string) Decrypter

type PgpDecrypter added in v0.5.6

type PgpDecrypter struct {
	PrivateKey string
	Passphrase string
}

func (PgpDecrypter) Decrypt added in v0.5.6

func (d PgpDecrypter) Decrypt(encString string) (string, error)

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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