![]() |
Dash Core
0.12.2.1
P2P Digital Currency
|
#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) |
CBitcoinSecret (const CKey &vchSecret) | |
CBitcoinSecret () | |
![]() | |
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 | |
![]() | |
typedef std::vector< unsigned char, zero_after_free_allocator< unsigned char > > | vector_uchar |
the actually encoded data More... | |
![]() | |
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) |
![]() | |
std::vector< unsigned char > | vchVersion |
the version byte(s) More... | |
vector_uchar | vchData |
|
inline |
CKey CBitcoinSecret::GetKey | ( | ) |
Definition at line 314 of file base58.cpp.
Referenced by CMessageSigner::GetKeysFromSecret(), importelectrumwallet(), importprivkey(), importwallet(), MutateTxSign(), and signrawtransaction().
bool CBitcoinSecret::IsValid | ( | ) | const |
Definition at line 322 of file base58.cpp.
Referenced by SetString().
void CBitcoinSecret::SetKey | ( | const CKey & | vchSecret | ) |
Definition at line 306 of file base58.cpp.
Referenced by CBitcoinSecret().
bool CBitcoinSecret::SetString | ( | const char * | pszSecret | ) |
Definition at line 329 of file base58.cpp.
Referenced by CGovernanceKey::GetKey(), CMessageSigner::GetKeysFromSecret(), importelectrumwallet(), importprivkey(), importwallet(), MutateTxSign(), SetString(), and signrawtransaction().
bool CBitcoinSecret::SetString | ( | const std::string & | strSecret | ) |
Definition at line 334 of file base58.cpp.