Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var BinaryPath = "gpg"
Functions ¶
This section is empty.
Types ¶
type CLIEncryptor ¶
type CLIEncryptor struct {
// contains filtered or unexported fields
}
func NewCLIEncryptor ¶
func NewCLIEncryptor(recipient []byte, keyRing []byte) (*CLIEncryptor, error)
func (*CLIEncryptor) Close ¶
func (encryptor *CLIEncryptor) Close()
func (*CLIEncryptor) Finish ¶
func (encryptor *CLIEncryptor) Finish()
func (*CLIEncryptor) ReadCipherText ¶
func (encryptor *CLIEncryptor) ReadCipherText(size int) ([]byte, error)
func (*CLIEncryptor) WritePlainText ¶
func (encryptor *CLIEncryptor) WritePlainText(chunk []byte) error
type CLIEncryptorFactory ¶
type CLIEncryptorFactory struct { }
type Encryptor ¶
Click to show internal directories.
Click to hide internal directories.