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

Master key for wallet encryption. More...

#include <crypter.h>

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 30 of file crypter.h.

Member Function Documentation

Definition at line 44 of file crypter.h.

Member Data Documentation

unsigned int CMasterKey::nDerivationMethod

Definition at line 37 of file crypter.h.

unsigned int CMasterKey::nDeriveIterations

Definition at line 38 of file crypter.h.

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

Definition at line 33 of file crypter.h.

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

Definition at line 41 of file crypter.h.

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

Definition at line 34 of file crypter.h.


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