![]() |
Master Core
v0.0.9 - 2abfd2849db8ba7a83957c64eb976b406713c123
|
Master key for wallet encryption. More...
#include <crypter.h>
Collaboration diagram for CMasterKey:Public Member Functions | |
| IMPLEMENT_SERIALIZE (READWRITE(vchCryptedKey);READWRITE(vchSalt);READWRITE(nDerivationMethod);READWRITE(nDeriveIterations);READWRITE(vchOtherDerivationParameters);) CMasterKey() | |
Public Attributes | |
| std::vector< unsigned char > | vchCryptedKey |
| std::vector< unsigned char > | vchSalt |
| unsigned int | nDerivationMethod |
| unsigned int | nDeriveIterations |
| std::vector< unsigned char > | vchOtherDerivationParameters |
|
inline |
| unsigned int CMasterKey::nDerivationMethod |
Definition at line 40 of file crypter.h.
Referenced by CWallet::EncryptWallet().
| unsigned int CMasterKey::nDeriveIterations |
Definition at line 41 of file crypter.h.
Referenced by CWallet::EncryptWallet().
| std::vector<unsigned char> CMasterKey::vchCryptedKey |
Definition at line 36 of file crypter.h.
Referenced by CWallet::EncryptWallet().
| std::vector<unsigned char> CMasterKey::vchOtherDerivationParameters |
| std::vector<unsigned char> CMasterKey::vchSalt |
Definition at line 37 of file crypter.h.
Referenced by CWallet::EncryptWallet().
1.8.8