![]() |
Ethereum
PoC-8
The C++ Implementation of Ethereum
|
This is the complete list of members for dev::SecretStore, including all inherited members.
| address(h128 const &_uuid) const | dev::SecretStore | inline |
| clearCache() const | dev::SecretStore | |
| contains(h128 const &_k) const | dev::SecretStore | inline |
| defaultPath() | dev::SecretStore | inlinestatic |
| importKey(std::string const &_file) | dev::SecretStore | inline |
| importKeyContent(std::string const &_content) | dev::SecretStore | inline |
| importSecret(bytesSec const &_s, std::string const &_pass) | dev::SecretStore | |
| importSecret(bytesConstRef _s, std::string const &_pass) | dev::SecretStore | |
| keys() const | dev::SecretStore | inline |
| kill(h128 const &_uuid) | dev::SecretStore | |
| noteAddress(h128 const &_uuid, Address const &_address) | dev::SecretStore | |
| readKey(boost::filesystem::path const &_file, bool _takeFileOwnership) | dev::SecretStore | |
| readKeyContent(std::string const &_content, boost::filesystem::path const &_file=boost::filesystem::path()) | dev::SecretStore | |
| recode(h128 const &_uuid, std::string const &_newPass, std::function< std::string()> const &_pass, KDF _kdf=KDF::Scrypt) | dev::SecretStore | |
| recode(Address const &_address, std::string const &_newPass, std::function< std::string()> const &_pass, KDF _kdf=KDF::Scrypt) | dev::SecretStore | |
| save(boost::filesystem::path const &_keysPath) | dev::SecretStore | |
| save() | dev::SecretStore | inline |
| secret(h128 const &_uuid, std::function< std::string()> const &_pass, bool _useCache=true) const | dev::SecretStore | |
| secret(std::string const &_content, std::string const &_pass) | dev::SecretStore | static |
| secret(Address const &_address, std::function< std::string()> const &_pass) const | dev::SecretStore | |
| SecretStore()=default | dev::SecretStore | |
| SecretStore(boost::filesystem::path const &_path) | dev::SecretStore | |
| setPath(boost::filesystem::path const &_path) | dev::SecretStore |