![]() |
Dash Core
0.12.2.1
P2P Digital Currency
|
This is the complete list of members for CCryptoKeyStore, including all inherited members.
AddCryptedKey(const CPubKey &vchPubKey, const std::vector< unsigned char > &vchCryptedSecret) | CCryptoKeyStore | virtual |
AddCScript(const CScript &redeemScript) | CBasicKeyStore | virtual |
AddKey(const CKey &key) | CKeyStore | virtual |
AddKeyPubKey(const CKey &key, const CPubKey &pubkey) | CCryptoKeyStore | virtual |
AddWatchOnly(const CScript &dest) | CBasicKeyStore | virtual |
CCryptoKeyStore() | CCryptoKeyStore | inline |
cryptedHDChain | CCryptoKeyStore | private |
cs_KeyStore | CKeyStore | mutableprotected |
DecryptHDChain(CHDChain &hdChainRet) const | CCryptoKeyStore | protected |
EncryptHDChain(const CKeyingMaterial &vMasterKeyIn) | CCryptoKeyStore | protected |
EncryptKeys(CKeyingMaterial &vMasterKeyIn) | CCryptoKeyStore | protected |
fDecryptionThoroughlyChecked | CCryptoKeyStore | private |
fOnlyMixingAllowed | CCryptoKeyStore | private |
fUseCrypto | CCryptoKeyStore | private |
GetCScript(const CScriptID &hash, CScript &redeemScriptOut) const | CBasicKeyStore | virtual |
GetHDChain(CHDChain &hdChainRet) const | CCryptoKeyStore | |
GetKey(const CKeyID &address, CKey &keyOut) const | CCryptoKeyStore | virtual |
GetKeys(std::set< CKeyID > &setAddress) const | CCryptoKeyStore | inlinevirtual |
GetPubKey(const CKeyID &address, CPubKey &vchPubKeyOut) const | CCryptoKeyStore | virtual |
HaveCScript(const CScriptID &hash) const | CBasicKeyStore | virtual |
HaveKey(const CKeyID &address) const | CCryptoKeyStore | inlinevirtual |
HaveWatchOnly(const CScript &dest) const | CBasicKeyStore | virtual |
HaveWatchOnly() const | CBasicKeyStore | virtual |
hdChain | CBasicKeyStore | protected |
IsCrypted() const | CCryptoKeyStore | inline |
IsLocked(bool fForMixing=false) const | CCryptoKeyStore | inline |
Lock(bool fAllowMixing=false) | CCryptoKeyStore | |
mapCryptedKeys | CCryptoKeyStore | private |
mapKeys | CBasicKeyStore | protected |
mapScripts | CBasicKeyStore | protected |
mapWatchKeys | CBasicKeyStore | protected |
NotifyStatusChanged | CCryptoKeyStore | |
RemoveWatchOnly(const CScript &dest) | CBasicKeyStore | virtual |
SetCrypted() | CCryptoKeyStore | protected |
SetCryptedHDChain(const CHDChain &chain) | CCryptoKeyStore | protected |
SetHDChain(const CHDChain &chain) | CCryptoKeyStore | protected |
setWatchOnly | CBasicKeyStore | protected |
Unlock(const CKeyingMaterial &vMasterKeyIn, bool fForMixingOnly=false) | CCryptoKeyStore | protected |
vMasterKey | CCryptoKeyStore | private |
~CKeyStore() | CKeyStore | inlinevirtual |