Dash Core  0.12.2.1
P2P Digital Currency
CGovernanceKey Class Reference

#include <governance-keys.h>

Public Member Functions

 CGovernanceKey (SecureString &strKeyIn, SecureString &strNameIn)
 
bool GetKey (CBitcoinSecret &secret)
 
std::string GetName ()
 

Private Attributes

SecureString strName
 
SecureString strKey
 

Detailed Description

Definition at line 28 of file governance-keys.h.

Constructor & Destructor Documentation

◆ CGovernanceKey()

CGovernanceKey::CGovernanceKey ( SecureString strKeyIn,
SecureString strNameIn 
)
inline

Definition at line 35 of file governance-keys.h.

Member Function Documentation

◆ GetKey()

bool CGovernanceKey::GetKey ( CBitcoinSecret secret)
inline

Definition at line 37 of file governance-keys.h.

◆ GetName()

std::string CGovernanceKey::GetName ( )
inline

Definition at line 42 of file governance-keys.h.

Member Data Documentation

◆ strKey

SecureString CGovernanceKey::strKey
private

Definition at line 32 of file governance-keys.h.

Referenced by CGovernanceKey().

◆ strName

SecureString CGovernanceKey::strName
private

Definition at line 31 of file governance-keys.h.

Referenced by CGovernanceKey(), and GetName().


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