* Exports the public key as an ascii armored string. * Only keys belonging to the user (corresponding private key exists) can be exported. * @param {String} emailAddr - email address to identify the public+private key * @returns {Promise. } * @throws {Error} error.cod
(emailAddr)
| 280 | * }); |
| 281 | */ |
| 282 | exportOwnPublicKey(emailAddr) { |
| 283 | return send('export-own-pub-key', {identifier: this.identifier, emailAddr}); |
| 284 | } |
| 285 | |
| 286 | /** |
| 287 | * @typedef {Object} additionalMailHeaders |