({keyringId, armored})
| 102 | } |
| 103 | |
| 104 | async importPubKey({keyringId, armored}) { |
| 105 | const importCtrl = await createController('importKeyDialog'); |
| 106 | return importCtrl.importKey(keyringId, armored); |
| 107 | } |
| 108 | |
| 109 | processAutocryptHeader({headers, keyringId}) { |
| 110 | if (autocrypt.isEnabled()) { |
nothing calls this directly
no test coverage detected