(password)
| 122 | } |
| 123 | |
| 124 | async validateKeyPassword(password) { |
| 125 | return port.send('validate-key-password', {fingerprint: this.state.keyDetails.fingerprint, keyringId: this.context.keyringId, password}); |
| 126 | } |
| 127 | |
| 128 | async handleRevoke() { |
| 129 | this.setState({processing: true}); |