Fabcoin Core
0.16.2
P2P Digital Currency
|
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 |
decrypt(std::string const &_v, std::string const &_pass) | dev::SecretStore | privatestatic |
defaultPath() | dev::SecretStore | inlinestatic |
encrypt(bytesConstRef _v, std::string const &_pass, KDF _kdf=KDF::Scrypt) | dev::SecretStore | privatestatic |
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 | |
key(Address const &_address) const | dev::SecretStore | private |
key(Address const &_address) | dev::SecretStore | private |
keys() const | dev::SecretStore | inline |
kill(h128 const &_uuid) | dev::SecretStore | |
load(std::string const &_keysPath) | dev::SecretStore | private |
load() | dev::SecretStore | inlineprivate |
m_cached | dev::SecretStore | mutableprivate |
m_keys | dev::SecretStore | private |
m_path | dev::SecretStore | private |
noteAddress(h128 const &_uuid, Address const &_address) | dev::SecretStore | |
readKey(std::string const &_file, bool _takeFileOwnership) | dev::SecretStore | |
readKeyContent(std::string const &_content, std::string const &_file=std::string()) | 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(std::string 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(std::string const &_path) | dev::SecretStore | |
setPath(std::string const &_path) | dev::SecretStore |