| 149 | bool Lock(); |
| 150 | |
| 151 | bool IsEmpty() { return mapCryptedKeys.empty() && mapKeys.empty(); } |
| 152 | virtual bool AddCryptedKey(const CPubKey& vchPubKey, const vector<unsigned char>& vchCryptedSecret); |
| 153 | bool AddKeyCombi(const CKeyID& keyId, const CKeyCombi& keyCombi); |
| 154 | bool HasKey(const CKeyID& address) const { |