virtual */
| 438 | |
| 439 | |
| 440 | /* virtual */ void NetworkAuthenticationPasswordRequestHandler::Reply(const std::string &password) |
| 441 | { |
| 442 | this->password = password; |
| 443 | this->SendResponse(); |
| 444 | } |
| 445 | |
| 446 | /** |
| 447 | * Ensures that the given secret key is valid, and when not overwrite it with a valid secret key. Then update the public key to be associated with the secret key. |