()
| 47 | } |
| 48 | |
| 49 | setDefaultKey() { |
| 50 | throw new MvError('Setting of default key not supported in GPG keyring', 'GPG_NOT_SUPPORTED'); |
| 51 | } |
| 52 | |
| 53 | async importKeys(armoredKeys) { |
| 54 | return gpgme.Keyring.importKey(armoredKeys, true); |
no outgoing calls
no test coverage detected