Fabcoin Core  0.16.2
P2P Digital Currency
Classes | Functions
KeyAux.h File Reference
#include <thread>
#include <chrono>
#include <fstream>
#include <iostream>
#include <boost/algorithm/string.hpp>
#include <boost/algorithm/string/trim_all.hpp>
#include <libdevcore/SHA3.h>
#include <libdevcore/FileSystem.h>
#include <libethcore/KeyManager.h>
#include <libethcore/ICAP.h>
#include <libethcore/Transaction.h>
Include dependency graph for KeyAux.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  BadArgument
 
class  KeyCLI
 

Functions

string getAccountPassword (KeyManager &keyManager, Address const &a)
 
string createPassword (std::string const &_prompt)
 
pair< string, string > createPassword (KeyManager &_keyManager, std::string const &_prompt, std::string const &_pass=std::string(), std::string const &_hint=std::string())
 

Function Documentation

string createPassword ( std::string const &  _prompt)

Definition at line 51 of file KeyAux.h.

Here is the call graph for this function:

Here is the caller graph for this function:

pair<string, string> createPassword ( KeyManager _keyManager,
std::string const &  _prompt,
std::string const &  _pass = std::string(),
std::string const &  _hint = std::string() 
)

Definition at line 68 of file KeyAux.h.

Here is the call graph for this function:

string getAccountPassword ( KeyManager keyManager,
Address const &  a 
)

Definition at line 46 of file KeyAux.h.

Here is the call graph for this function:

Here is the caller graph for this function: