MCPcopy Create free account
hub / github.com/mailvelope/mailvelope / validateKeyPassword

Method validateKeyPassword

src/app/keyring/Key.js:124–126  ·  view source on GitHub ↗
(password)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

sendMethod · 0.45

Tested by

no test coverage detected