Fabcoin Core  0.16.2
P2P Digital Currency
Public Member Functions | List of all members
CFabcoinSecret Class Reference

A base58-encoded secret key. More...

#include <base58.h>

Inheritance diagram for CFabcoinSecret:
[legend]
Collaboration diagram for CFabcoinSecret:
[legend]

Public Member Functions

void SetKey (const CKey &vchSecret)
 
CKey GetKey ()
 
bool IsValid () const
 
bool SetString (const char *pszSecret)
 
bool SetString (const std::string &strSecret)
 
 CFabcoinSecret (const CKey &vchSecret)
 
 CFabcoinSecret ()
 
- Public Member Functions inherited from CBase58Data
bool SetString (const char *psz, unsigned int nVersionBytes=1)
 
bool SetString (const std::string &str)
 
std::string ToString () const
 
int CompareTo (const CBase58Data &b58) const
 
bool operator== (const CBase58Data &b58) const
 
bool operator<= (const CBase58Data &b58) const
 
bool operator>= (const CBase58Data &b58) const
 
bool operator< (const CBase58Data &b58) const
 
bool operator> (const CBase58Data &b58) const
 

Additional Inherited Members

- Protected Types inherited from CBase58Data
typedef std::vector< unsigned char, zero_after_free_allocator< unsigned char > > vector_uchar
 the actually encoded data More...
 
- Protected Member Functions inherited from CBase58Data
 CBase58Data ()
 
void SetData (const std::vector< unsigned char > &vchVersionIn, const void *pdata, size_t nSize)
 
void SetData (const std::vector< unsigned char > &vchVersionIn, const unsigned char *pbegin, const unsigned char *pend)
 
- Protected Attributes inherited from CBase58Data
std::vector< unsigned char > vchVersion
 the version byte(s) More...
 
vector_uchar vchData
 

Detailed Description

A base58-encoded secret key.

Definition at line 126 of file base58.h.

Constructor & Destructor Documentation

CFabcoinSecret::CFabcoinSecret ( const CKey vchSecret)
inline

Definition at line 135 of file base58.h.

CFabcoinSecret::CFabcoinSecret ( )
inline

Definition at line 136 of file base58.h.

Member Function Documentation

CKey CFabcoinSecret::GetKey ( )

Definition at line 302 of file base58.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

bool CFabcoinSecret::IsValid ( ) const

Definition at line 310 of file base58.cpp.

Here is the call graph for this function:

void CFabcoinSecret::SetKey ( const CKey vchSecret)

Definition at line 294 of file base58.cpp.

Here is the call graph for this function:

bool CFabcoinSecret::SetString ( const char *  pszSecret)

Definition at line 317 of file base58.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

bool CFabcoinSecret::SetString ( const std::string &  strSecret)

Definition at line 322 of file base58.cpp.

Here is the call graph for this function:


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