ApplyToMasterKey configures the provided key to not use the GnuPG agent.
(key *MasterKey)
| 238 | |
| 239 | // ApplyToMasterKey configures the provided key to not use the GnuPG agent. |
| 240 | func (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. |
no outgoing calls