Documentation ¶
Index ¶
- func Sign(src io.Reader, isRegular bool, signatureFormat string, identity interface{}) (io.Reader, func() (string, error), error)
- func SignHeader(hdr *tar.Header, isRegular bool, signatureFormat string, identity interface{}) error
- func SignString(src string, isRegular bool, signatureFormat string, identity interface{}) (string, error)
- func Verify(src io.Reader, isRegular bool, signatureFormat string, recipient interface{}, ...) (io.Reader, func() error, error)
- func VerifyHeader(hdr *tar.Header, isRegular bool, signatureFormat string, recipient interface{}) error
- func VerifyString(src string, isRegular bool, signatureFormat string, recipient interface{}, ...) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SignHeader ¶
func SignString ¶
func VerifyHeader ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.