MCPcopy
hub / github.com/getsops/sops / ApplyToMasterKey

Method ApplyToMasterKey

pgp/keysource.go:240–242  ·  view source on GitHub ↗

ApplyToMasterKey configures the provided key to not use the GnuPG agent.

(key *MasterKey)

Source from the content-addressed store, hash-verified

238
239// ApplyToMasterKey configures the provided key to not use the GnuPG agent.
240func (r PubRing) ApplyToMasterKey(key *MasterKey) {
241 key.pubRing = string(r)
242}
243
244// SecRing can be used to configure the absolute path to a sec keyring
245// used by OpenPGP.

Calls

no outgoing calls