Master Core  v0.0.9 - 2abfd2849db8ba7a83957c64eb976b406713c123
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Public Member Functions | Public Attributes | List of all members
CMasterKey Class Reference

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
 

Detailed Description

Master key for wallet encryption.

Definition at line 33 of file crypter.h.

Member Function Documentation

Definition at line 47 of file crypter.h.

Member Data Documentation

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

Definition at line 44 of file crypter.h.

std::vector<unsigned char> CMasterKey::vchSalt

Definition at line 37 of file crypter.h.

Referenced by CWallet::EncryptWallet().


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