MCPcopy Index your code
hub / github.com/mailvelope/mailvelope / setDefaultKey

Method setDefaultKey

src/modules/KeyStoreGPG.js:49–51  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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);

Callers 6

getDefaultKeyMethod · 0.45
importKeysMethod · 0.45
removeKeyMethod · 0.45
revokeKeyMethod · 0.45
removeUserMethod · 0.45
generateKeyMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected