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

TypeAlias SecRing

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

SecRing can be used to configure the absolute path to a sec keyring used by OpenPGP.

Source from the content-addressed store, hash-verified

244// SecRing can be used to configure the absolute path to a sec keyring
245// used by OpenPGP.
246type SecRing string
247
248// ApplyToMasterKey configures the provided key to not use the GnuPG agent.
249func (r SecRing) ApplyToMasterKey(key *MasterKey) {

Callers 4

TestMasterKey_DecryptFunction · 0.85
TestMasterKey_getSecRingFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected