PIVX Core  5.6.99
P2P Digital Currency
CMessageSigner Member List

This is the complete list of members for CMessageSigner, including all inherited members.

GetKeysFromSecret(const std::string &strSecret, CKey &keyRet, CPubKey &pubkeyRet)CMessageSignerstatic
GetKeysFromSecret(const std::string &strSecret, CKey &keyRet, CKeyID &keyIDRet)CMessageSignerstatic
GetMessageHash(const std::string &strMessage)CMessageSignerstatic
SignMessage(const std::string &strMessage, std::vector< unsigned char > &vchSigRet, const CKey &key)CMessageSignerstatic
SignMessage(const std::string &strMessage, std::vector< unsigned char > &vchSigRet, const CBLSSecretKey &key)CMessageSignerstatic
VerifyMessage(const CPubKey &pubkey, const std::vector< unsigned char > &vchSig, const std::string &strMessage, std::string &strErrorRet)CMessageSignerstatic
VerifyMessage(const CKeyID &keyID, const std::vector< unsigned char > &vchSig, const std::string &strMessage, std::string &strErrorRet)CMessageSignerstatic
VerifyMessage(const CBLSPublicKey &pk, const std::vector< unsigned char > &vchSig, const std::string &strMessage)CMessageSignerstatic