An encapsulated public key.
More...
#include <key.h>
|
| CPubKey () |
|
template<typename T > |
void | Set (const T pbegin, const T pend) |
|
template<typename T > |
| CPubKey (const T pbegin, const T pend) |
|
| CPubKey (const std::vector< unsigned char > &vch) |
|
unsigned int | size () const |
|
const unsigned char * | begin () const |
|
const unsigned char * | end () const |
|
const unsigned char & | operator[] (unsigned int pos) const |
|
unsigned int | GetSerializeSize (int nType, int nVersion) const |
|
template<typename Stream > |
void | Serialize (Stream &s, int nType, int nVersion) const |
|
template<typename Stream > |
void | Unserialize (Stream &s, int nType, int nVersion) |
|
CKeyID | GetID () const |
|
uint256 | GetHash () const |
|
bool | IsValid () const |
|
bool | IsFullyValid () const |
|
bool | IsCompressed () const |
|
bool | Verify (const uint256 &hash, const std::vector< unsigned char > &vchSig) const |
|
bool | VerifyCompact (const uint256 &hash, const std::vector< unsigned char > &vchSig) const |
|
bool | RecoverCompact (const uint256 &hash, const std::vector< unsigned char > &vchSig) |
|
bool | Decompress () |
|
|
unsigned static int | GetLen (unsigned char chHeader) |
|
An encapsulated public key.
Definition at line 40 of file key.h.
Definition at line 62 of file key.h.
template<typename T >
CPubKey::CPubKey |
( |
const T |
pbegin, |
|
|
const T |
pend |
|
) |
| |
|
inline |
Definition at line 78 of file key.h.
CPubKey::CPubKey |
( |
const std::vector< unsigned char > & |
vch | ) |
|
|
inline |
Definition at line 83 of file key.h.
const unsigned char* CPubKey::begin |
( |
| ) |
const |
|
inline |
Definition at line 89 of file key.h.
bool CPubKey::Decompress |
( |
| ) |
|
const unsigned char* CPubKey::end |
( |
| ) |
const |
|
inline |
Definition at line 90 of file key.h.
CKeyID CPubKey::GetID |
( |
| ) |
const |
|
inline |
unsigned static int CPubKey::GetLen |
( |
unsigned char |
chHeader | ) |
|
|
inlinestaticprivate |
Definition at line 47 of file key.h.
unsigned int CPubKey::GetSerializeSize |
( |
int |
nType, |
|
|
int |
nVersion |
|
) |
| const |
|
inline |
void CPubKey::Invalidate |
( |
| ) |
|
|
inlineprivate |
Definition at line 56 of file key.h.
bool CPubKey::IsCompressed |
( |
| ) |
const |
|
inline |
bool CPubKey::IsFullyValid |
( |
| ) |
const |
bool CPubKey::IsValid |
( |
| ) |
const |
|
inline |
const unsigned char& CPubKey::operator[] |
( |
unsigned int |
pos | ) |
const |
|
inline |
Definition at line 91 of file key.h.
bool CPubKey::RecoverCompact |
( |
const uint256 & |
hash, |
|
|
const std::vector< unsigned char > & |
vchSig |
|
) |
| |
template<typename Stream >
void CPubKey::Serialize |
( |
Stream & |
s, |
|
|
int |
nType, |
|
|
int |
nVersion |
|
) |
| const |
|
inline |
template<typename T >
void CPubKey::Set |
( |
const T |
pbegin, |
|
|
const T |
pend |
|
) |
| |
|
inline |
Definition at line 68 of file key.h.
unsigned int CPubKey::size |
( |
| ) |
const |
|
inline |
Definition at line 88 of file key.h.
template<typename Stream >
void CPubKey::Unserialize |
( |
Stream & |
s, |
|
|
int |
nType, |
|
|
int |
nVersion |
|
) |
| |
|
inline |
bool CPubKey::Verify |
( |
const uint256 & |
hash, |
|
|
const std::vector< unsigned char > & |
vchSig |
|
) |
| const |
bool CPubKey::VerifyCompact |
( |
const uint256 & |
hash, |
|
|
const std::vector< unsigned char > & |
vchSig |
|
) |
| const |
Definition at line 98 of file key.h.
Definition at line 94 of file key.h.
unsigned char CPubKey::vch[65] |
|
private |
Definition at line 44 of file key.h.
The documentation for this class was generated from the following files: