Ethereum  PoC-8
The C++ Implementation of Ethereum
dev::SecretStore Member List

This is the complete list of members for dev::SecretStore, including all inherited members.

address(h128 const &_uuid) constdev::SecretStoreinline
clearCache() constdev::SecretStore
contains(h128 const &_k) constdev::SecretStoreinline
defaultPath()dev::SecretStoreinlinestatic
importKey(std::string const &_file)dev::SecretStoreinline
importKeyContent(std::string const &_content)dev::SecretStoreinline
importSecret(bytesSec const &_s, std::string const &_pass)dev::SecretStore
importSecret(bytesConstRef _s, std::string const &_pass)dev::SecretStore
keys() constdev::SecretStoreinline
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::SecretStoreinline
secret(h128 const &_uuid, std::function< std::string()> const &_pass, bool _useCache=true) constdev::SecretStore
secret(std::string const &_content, std::string const &_pass)dev::SecretStorestatic
secret(Address const &_address, std::function< std::string()> const &_pass) constdev::SecretStore
SecretStore()=defaultdev::SecretStore
SecretStore(boost::filesystem::path const &_path)dev::SecretStore
setPath(boost::filesystem::path const &_path)dev::SecretStore