Documentation
¶
Index ¶
- func Decrypt(src io.Reader, encryptionFormat string, identity interface{}) (io.ReadCloser, error)
- func DecryptHeader(hdr *tar.Header, encryptionFormat string, identity interface{}) error
- func DecryptString(src string, encryptionFormat string, identity interface{}) (string, error)
- func Encrypt(dst io.Writer, encryptionFormat string, recipient interface{}) (io.WriteCloser, error)
- func EncryptHeader(hdr *tar.Header, encryptionFormat string, recipient interface{}) error
- func EncryptString(src string, encryptionFormat string, recipient interface{}) (string, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DecryptHeader ¶
func DecryptString ¶
func EncryptHeader ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.