![]() |
Feathercoin
0.5.0
P2P Digital Currency
|
Keystore which keeps the private keys encrypted. More...
#include <keystore.h>
Public Member Functions | |
CCryptoKeyStore () | |
bool | IsCrypted () const |
bool | IsLocked () const |
bool | Lock () |
virtual bool | AddCryptedKey (const CPubKey &vchPubKey, const std::vector< unsigned char > &vchCryptedSecret) |
bool | AddKeyPubKey (const CKey &key, const CPubKey &pubkey) |
bool | HaveKey (const CKeyID &address) const |
bool | GetKey (const CKeyID &address, CKey &keyOut) const |
bool | GetPubKey (const CKeyID &address, CPubKey &vchPubKeyOut) const |
void | GetKeys (std::set< CKeyID > &setAddress) const |
![]() | |
virtual bool | AddCScript (const CScript &redeemScript) |
virtual bool | HaveCScript (const CScriptID &hash) const |
virtual bool | GetCScript (const CScriptID &hash, CScript &redeemScriptOut) const |
![]() | |
virtual | ~CKeyStore () |
virtual bool | AddKey (const CKey &key) |
Public Attributes | |
boost::signals2::signal< void(CCryptoKeyStore *wallet)> | NotifyStatusChanged |
Protected Member Functions | |
bool | SetCrypted () |
bool | EncryptKeys (CKeyingMaterial &vMasterKeyIn) |
bool | Unlock (const CKeyingMaterial &vMasterKeyIn) |
Private Attributes | |
CryptedKeyMap | mapCryptedKeys |
CKeyingMaterial | vMasterKey |
bool | fUseCrypto |
Additional Inherited Members | |
![]() | |
KeyMap | mapKeys |
ScriptMap | mapScripts |
![]() | |
CCriticalSection | cs_KeyStore |
Keystore which keeps the private keys encrypted.
It derives from the basic key store, which is used if no encryption is active.
Definition at line 96 of file keystore.h.
|
inline |
Definition at line 116 of file keystore.h.
|
virtual |
Reimplemented in CWallet.
Definition at line 130 of file keystore.cpp.
Reimplemented from CBasicKeyStore.
Reimplemented in CWallet.
Definition at line 108 of file keystore.cpp.
|
protected |
Definition at line 183 of file keystore.cpp.
Reimplemented from CBasicKeyStore.
Definition at line 142 of file keystore.cpp.
|
inlinevirtual |
Reimplemented from CBasicKeyStore.
Definition at line 153 of file keystore.h.
Reimplemented from CKeyStore.
Definition at line 166 of file keystore.cpp.
|
inlinevirtual |
Reimplemented from CBasicKeyStore.
Definition at line 141 of file keystore.h.
|
inline |
Definition at line 120 of file keystore.h.
|
inline |
Definition at line 125 of file keystore.h.
bool CCryptoKeyStore::Lock | ( | ) |
Definition at line 65 of file keystore.cpp.
|
protected |
Definition at line 54 of file keystore.cpp.
|
protected |
Definition at line 79 of file keystore.cpp.
|
private |
Definition at line 105 of file keystore.h.
|
private |
Definition at line 99 of file keystore.h.
boost::signals2::signal<void (CCryptoKeyStore* wallet)> CCryptoKeyStore::NotifyStatusChanged |
Definition at line 172 of file keystore.h.
|
private |
Definition at line 101 of file keystore.h.