* Creates an iframe to restore the backup. * @param {CssSelector} selector - target container * @param {PrivateKeyContainerOptions} options * @returns {Promise. }
(selector, options)
| 416 | * @returns {Promise.<undefined, Error>} |
| 417 | */ |
| 418 | restoreBackupContainer(selector, options) { |
| 419 | return send('restore-backup-container', {selector, identifier: this.identifier, options}).then(restoreId => new RestoreBackup(restoreId)); |
| 420 | } |
| 421 | |
| 422 | /** |
| 423 | * Check if keyring contains valid private key with given fingerprint |