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)CCryptoKeyStorevirtual
AddCScript(const CScript &redeemScript) overrideCBasicKeyStorevirtual
AddKey(const CKey &key)CKeyStorevirtual
AddKeyPubKey(const CKey &key, const CPubKey &pubkey) overrideCCryptoKeyStorevirtual
AddWatchOnly(const CScript &dest) overrideCBasicKeyStorevirtual
CCryptoKeyStore()CCryptoKeyStoreinline
cryptedHDChainCCryptoKeyStoreprivate
cs_KeyStoreCKeyStoremutableprotected
DecryptHDChain(CHDChain &hdChainRet) constCCryptoKeyStoreprotected
EncryptHDChain(const CKeyingMaterial &vMasterKeyIn)CCryptoKeyStoreprotected
EncryptKeys(CKeyingMaterial &vMasterKeyIn)CCryptoKeyStoreprotected
fDecryptionThoroughlyCheckedCCryptoKeyStoreprivate
fOnlyMixingAllowedCCryptoKeyStoreprivate
fUseCryptoCCryptoKeyStoreprivate
GetCScript(const CScriptID &hash, CScript &redeemScriptOut) const overrideCBasicKeyStorevirtual
GetCScripts() const overrideCBasicKeyStorevirtual
GetHDChain(CHDChain &hdChainRet) const overrideCCryptoKeyStorevirtual
GetKey(const CKeyID &address, CKey &keyOut) const overrideCCryptoKeyStorevirtual
GetKeys() const overrideCCryptoKeyStorevirtual
GetPubKey(const CKeyID &address, CPubKey &vchPubKeyOut) const overrideCCryptoKeyStorevirtual
HaveCScript(const CScriptID &hash) const overrideCBasicKeyStorevirtual
HaveKey(const CKeyID &address) const overrideCCryptoKeyStorevirtual
HaveWatchOnly(const CScript &dest) const overrideCBasicKeyStorevirtual
HaveWatchOnly() const overrideCBasicKeyStorevirtual
hdChainCBasicKeyStoreprotected
IsCrypted() constCCryptoKeyStoreinline
IsLocked(bool fForMixing=false) constCCryptoKeyStore
Lock(bool fForMixing=false)CCryptoKeyStore
mapCryptedKeysCCryptoKeyStoreprotected
mapKeysCBasicKeyStoreprotected
mapScriptsCBasicKeyStoreprotected
mapWatchKeysCBasicKeyStoreprotected
NotifyStatusChangedCCryptoKeyStore
RemoveWatchOnly(const CScript &dest) overrideCBasicKeyStorevirtual
SetCrypted()CCryptoKeyStoreprotected
SetCryptedHDChain(const CHDChain &chain)CCryptoKeyStoreprotected
SetHDChain(const CHDChain &chain)CCryptoKeyStoreprotected
setWatchOnlyCBasicKeyStoreprotected
Unlock(const CKeyingMaterial &vMasterKeyIn, bool fForMixingOnly=false)CCryptoKeyStoreprotected
vMasterKeyCCryptoKeyStoreprivate
~CKeyStore()CKeyStoreinlinevirtual
Released under the MIT license