Feathercoin  0.5.0
P2P Digital Currency
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros
Public Member Functions | Public Attributes | Protected Member Functions | Private Attributes | List of all members
CCryptoKeyStore Class Reference

Keystore which keeps the private keys encrypted. More...

#include <keystore.h>

Inheritance diagram for CCryptoKeyStore:
Inheritance graph
[legend]
Collaboration diagram for CCryptoKeyStore:
Collaboration graph
[legend]

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
 
- Public Member Functions inherited from CBasicKeyStore
virtual bool AddCScript (const CScript &redeemScript)
 
virtual bool HaveCScript (const CScriptID &hash) const
 
virtual bool GetCScript (const CScriptID &hash, CScript &redeemScriptOut) const
 
- Public Member Functions inherited from CKeyStore
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

- Protected Attributes inherited from CBasicKeyStore
KeyMap mapKeys
 
ScriptMap mapScripts
 
- Protected Attributes inherited from CKeyStore
CCriticalSection cs_KeyStore
 

Detailed Description

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.

Constructor & Destructor Documentation

CCryptoKeyStore::CCryptoKeyStore ( )
inline

Definition at line 116 of file keystore.h.

Member Function Documentation

bool CCryptoKeyStore::AddCryptedKey ( const CPubKey vchPubKey,
const std::vector< unsigned char > &  vchCryptedSecret 
)
virtual

Reimplemented in CWallet.

Definition at line 130 of file keystore.cpp.

bool CCryptoKeyStore::AddKeyPubKey ( const CKey key,
const CPubKey pubkey 
)
virtual

Reimplemented from CBasicKeyStore.

Reimplemented in CWallet.

Definition at line 108 of file keystore.cpp.

bool CCryptoKeyStore::EncryptKeys ( CKeyingMaterial vMasterKeyIn)
protected

Definition at line 183 of file keystore.cpp.

bool CCryptoKeyStore::GetKey ( const CKeyID address,
CKey keyOut 
) const
virtual

Reimplemented from CBasicKeyStore.

Definition at line 142 of file keystore.cpp.

void CCryptoKeyStore::GetKeys ( std::set< CKeyID > &  setAddress) const
inlinevirtual

Reimplemented from CBasicKeyStore.

Definition at line 153 of file keystore.h.

bool CCryptoKeyStore::GetPubKey ( const CKeyID address,
CPubKey vchPubKeyOut 
) const
virtual

Reimplemented from CKeyStore.

Definition at line 166 of file keystore.cpp.

bool CCryptoKeyStore::HaveKey ( const CKeyID address) const
inlinevirtual

Reimplemented from CBasicKeyStore.

Definition at line 141 of file keystore.h.

bool CCryptoKeyStore::IsCrypted ( ) const
inline

Definition at line 120 of file keystore.h.

bool CCryptoKeyStore::IsLocked ( ) const
inline

Definition at line 125 of file keystore.h.

bool CCryptoKeyStore::Lock ( )

Definition at line 65 of file keystore.cpp.

bool CCryptoKeyStore::SetCrypted ( )
protected

Definition at line 54 of file keystore.cpp.

bool CCryptoKeyStore::Unlock ( const CKeyingMaterial vMasterKeyIn)
protected

Definition at line 79 of file keystore.cpp.

Member Data Documentation

bool CCryptoKeyStore::fUseCrypto
private

Definition at line 105 of file keystore.h.

CryptedKeyMap CCryptoKeyStore::mapCryptedKeys
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.

CKeyingMaterial CCryptoKeyStore::vMasterKey
private

Definition at line 101 of file keystore.h.


The documentation for this class was generated from the following files: