Documentation ¶
Overview ¶
Package sign adds signatures to bootcfg responses.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func LoadGPGEntity ¶
LoadGPGEntity loads a key ring file, unlocks the first key using the given passphrase, and returns a new OpenPGP Entity for signing.
Types ¶
type Signer ¶
A Signer signs messages and writes detached signatures to w.
func NewArmoredGPGSigner ¶
NewArmoredGPGSigner returns a new Signer that reads messages and writes ascii armored OpenPGP signatures.
func NewGPGSigner ¶
NewGPGSigner returns a new Signer that reads messages and writes OpenPGP signatures.
Click to show internal directories.
Click to hide internal directories.