({keyringId, fingerprint, email})
| 223 | } |
| 224 | |
| 225 | function hasPrivateKey({keyringId, fingerprint, email}) { |
| 226 | return controllerPort.send('has-private-key', {keyringId, fingerprint, email}); |
| 227 | } |
| 228 | |
| 229 | function editorEncrypt({editorId, recipients}) { |
| 230 | return containers.get(editorId).encrypt(recipients); |