Dash Core Source Documentation (0.16.0.1)
Find detailed information regarding the Dash Core source code.
CCryptoKeyStore Member List
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) override | CBasicKeyStore | virtual |
AddKey(const CKey &key) | CKeyStore | virtual |
AddKeyPubKey(const CKey &key, const CPubKey &pubkey) override | CCryptoKeyStore | virtual |
AddWatchOnly(const CScript &dest) override | 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 override | CBasicKeyStore | virtual |
GetCScripts() const override | CBasicKeyStore | virtual |
GetHDChain(CHDChain &hdChainRet) const override | CCryptoKeyStore | virtual |
GetKey(const CKeyID &address, CKey &keyOut) const override | CCryptoKeyStore | virtual |
GetKeys() const override | CCryptoKeyStore | virtual |
GetPubKey(const CKeyID &address, CPubKey &vchPubKeyOut) const override | CCryptoKeyStore | virtual |
HaveCScript(const CScriptID &hash) const override | CBasicKeyStore | virtual |
HaveKey(const CKeyID &address) const override | CCryptoKeyStore | virtual |
HaveWatchOnly(const CScript &dest) const override | CBasicKeyStore | virtual |
HaveWatchOnly() const override | CBasicKeyStore | virtual |
hdChain | CBasicKeyStore | protected |
IsCrypted() const | CCryptoKeyStore | inline |
IsLocked(bool fForMixing=false) const | CCryptoKeyStore | |
Lock(bool fForMixing=false) | CCryptoKeyStore | |
mapCryptedKeys | CCryptoKeyStore | protected |
mapKeys | CBasicKeyStore | protected |
mapScripts | CBasicKeyStore | protected |
mapWatchKeys | CBasicKeyStore | protected |
NotifyStatusChanged | CCryptoKeyStore | |
RemoveWatchOnly(const CScript &dest) override | 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 |