Fabcoin Core
0.16.2
P2P Digital Currency
|
A base58-encoded secret key. More...
#include <base58.h>
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 |
|
inline |
CKey CFabcoinSecret::GetKey | ( | ) |
Definition at line 302 of file base58.cpp.
bool CFabcoinSecret::IsValid | ( | ) | const |
void CFabcoinSecret::SetKey | ( | const CKey & | vchSecret | ) |
bool CFabcoinSecret::SetString | ( | const char * | pszSecret | ) |
Definition at line 317 of file base58.cpp.
bool CFabcoinSecret::SetString | ( | const std::string & | strSecret | ) |