Base Class for all signed messages on the network.
More...
#include <messagesigner.h>
|
| std::vector< unsigned char > | vchSig |
| |
Base Class for all signed messages on the network.
Definition at line 62 of file messagesigner.h.
◆ CSignedMessage()
| CSignedMessage::CSignedMessage |
( |
| ) |
|
|
inline |
◆ ~CSignedMessage()
| virtual CSignedMessage::~CSignedMessage |
( |
| ) |
|
|
inlinevirtual |
◆ CheckSignature() [1/2]
| bool CSignedMessage::CheckSignature |
( |
const CBLSPublicKey & |
pk | ) |
const |
◆ CheckSignature() [2/2]
| bool CSignedMessage::CheckSignature |
( |
const CKeyID & |
keyID | ) |
const |
◆ GetSignatureBase64()
| std::string CSignedMessage::GetSignatureBase64 |
( |
| ) |
const |
◆ GetSignatureHash()
| virtual uint256 CSignedMessage::GetSignatureHash |
( |
| ) |
const |
|
pure virtual |
◆ GetStrMessage()
| virtual std::string CSignedMessage::GetStrMessage |
( |
| ) |
const |
|
pure virtual |
◆ GetVchSig()
| std::vector<unsigned char> CSignedMessage::GetVchSig |
( |
| ) |
const |
|
inline |
◆ SetVchSig()
| void CSignedMessage::SetVchSig |
( |
const std::vector< unsigned char > & |
vchSigIn | ) |
|
|
inline |
◆ Sign() [1/3]
◆ Sign() [2/3]
| bool CSignedMessage::Sign |
( |
const CKey & |
key, |
|
|
const CKeyID & |
keyID |
|
) |
| |
◆ Sign() [3/3]
| bool CSignedMessage::Sign |
( |
const std::string |
strSignKey | ) |
|
◆ nMessVersion
| int CSignedMessage::nMessVersion |
◆ vchSig
| std::vector<unsigned char> CSignedMessage::vchSig |
|
protected |
The documentation for this class was generated from the following files: