| 397 | } |
| 398 | |
| 399 | bool KeyManager::write(string const& _keysFile) const |
| 400 | { |
| 401 | if (!m_keysFileKey) |
| 402 | return false; |
| 403 | write(m_keysFileKey, _keysFile); |
| 404 | return true; |
| 405 | } |
| 406 | |
| 407 | void KeyManager::write(string const& _pass, string const& _keysFile) const |
| 408 | { |