Documentation
¶
Index ¶
- func CheckSignatureValid(signatureFile files.File, verbose bool) (err error)
- func MustCheckSignatureValid(signatureFile files.File, verbose bool)
- func MustSignFile(fileToSign files.File, options *GnuPGSignOptions)
- func SignFile(fileToSign files.File, options *GnuPGSignOptions) (err error)
- type GnuPGSignOptions
- func (g *GnuPGSignOptions) GetAsciiArmor() (asciiArmor bool, err error)
- func (g *GnuPGSignOptions) GetDetachedSign() (detachedSign bool, err error)
- func (g *GnuPGSignOptions) GetVerbose() (verbose bool, err error)
- func (g *GnuPGSignOptions) MustGetAsciiArmor() (asciiArmor bool)
- func (g *GnuPGSignOptions) MustGetDetachedSign() (detachedSign bool)
- func (g *GnuPGSignOptions) MustGetVerbose() (verbose bool)
- func (g *GnuPGSignOptions) MustSetAsciiArmor(asciiArmor bool)
- func (g *GnuPGSignOptions) MustSetDetachedSign(detachedSign bool)
- func (g *GnuPGSignOptions) MustSetVerbose(verbose bool)
- func (g *GnuPGSignOptions) SetAsciiArmor(asciiArmor bool) (err error)
- func (g *GnuPGSignOptions) SetDetachedSign(detachedSign bool) (err error)
- func (g *GnuPGSignOptions) SetVerbose(verbose bool) (err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CheckSignatureValid ¶
func MustCheckSignatureValid ¶
func MustSignFile ¶
func MustSignFile(fileToSign files.File, options *GnuPGSignOptions)
Types ¶
type GnuPGSignOptions ¶
func NewGnuPGSignOptions ¶
func NewGnuPGSignOptions() (g *GnuPGSignOptions)
func (*GnuPGSignOptions) GetAsciiArmor ¶
func (g *GnuPGSignOptions) GetAsciiArmor() (asciiArmor bool, err error)
func (*GnuPGSignOptions) GetDetachedSign ¶
func (g *GnuPGSignOptions) GetDetachedSign() (detachedSign bool, err error)
func (*GnuPGSignOptions) GetVerbose ¶
func (g *GnuPGSignOptions) GetVerbose() (verbose bool, err error)
func (*GnuPGSignOptions) MustGetAsciiArmor ¶
func (g *GnuPGSignOptions) MustGetAsciiArmor() (asciiArmor bool)
func (*GnuPGSignOptions) MustGetDetachedSign ¶
func (g *GnuPGSignOptions) MustGetDetachedSign() (detachedSign bool)
func (*GnuPGSignOptions) MustGetVerbose ¶
func (g *GnuPGSignOptions) MustGetVerbose() (verbose bool)
func (*GnuPGSignOptions) MustSetAsciiArmor ¶
func (g *GnuPGSignOptions) MustSetAsciiArmor(asciiArmor bool)
func (*GnuPGSignOptions) MustSetDetachedSign ¶
func (g *GnuPGSignOptions) MustSetDetachedSign(detachedSign bool)
func (*GnuPGSignOptions) MustSetVerbose ¶
func (g *GnuPGSignOptions) MustSetVerbose(verbose bool)
func (*GnuPGSignOptions) SetAsciiArmor ¶
func (g *GnuPGSignOptions) SetAsciiArmor(asciiArmor bool) (err error)
func (*GnuPGSignOptions) SetDetachedSign ¶
func (g *GnuPGSignOptions) SetDetachedSign(detachedSign bool) (err error)
func (*GnuPGSignOptions) SetVerbose ¶
func (g *GnuPGSignOptions) SetVerbose(verbose bool) (err error)
Click to show internal directories.
Click to hide internal directories.