|
Monero
|
#include <wallet2.h>

Public Member Functions | |
| wallet_keys_unlocker (wallet2 &w, const boost::optional< tools::password_container > &password) | |
| wallet_keys_unlocker (wallet2 &w, bool locked, const epee::wipeable_string &password) | |
| ~wallet_keys_unlocker () | |
Private Attributes | |
| wallet2 & | w |
| bool | locked |
| crypto::chacha_key | key |
Static Private Attributes | |
| static boost::mutex | lockers_lock |
| static unsigned int | lockers = 0 |
| tools::wallet_keys_unlocker::wallet_keys_unlocker | ( | wallet2 & | w, |
| const boost::optional< tools::password_container > & | password ) |
| tools::wallet_keys_unlocker::wallet_keys_unlocker | ( | wallet2 & | w, |
| bool | locked, | ||
| const epee::wipeable_string & | password ) |
| tools::wallet_keys_unlocker::~wallet_keys_unlocker | ( | ) |
|
private |
|
private |
|
staticprivate |
|
staticprivate |
|
private |