Documentation ¶
Index ¶
- func NewPGPDecryptor(ring openpgp.EntityList, keyPassword string, input io.Reader) (io.Reader, error)
- func NewPGPEncryptor(ring openpgp.EntityList, isBinary bool, output io.Writer) (io.WriteCloser, error)
- func NewPGPSymmetricDecryptor(password string, input io.Reader) (io.Reader, error)
- func NewPGPSymmetricEncryptor(password string, isBinary bool, output io.Writer) (io.WriteCloser, error)
- func ReadKeyRing(filepath string) (openpgp.EntityList, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewPGPDecryptor ¶
func NewPGPEncryptor ¶
func NewPGPEncryptor(ring openpgp.EntityList, isBinary bool, output io.Writer) (io.WriteCloser, error)
func ReadKeyRing ¶
func ReadKeyRing(filepath string) (openpgp.EntityList, error)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.