Feathercoin  0.5.0
P2P Digital Currency
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros
Public Member Functions | Private Member Functions | Static Private Member Functions | Private Attributes | Friends | List of all members
CPubKey Class Reference

An encapsulated public key. More...

#include <key.h>

Public Member Functions

 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 ()
 

Private Member Functions

void Invalidate ()
 

Static Private Member Functions

unsigned static int GetLen (unsigned char chHeader)
 

Private Attributes

unsigned char vch [65]
 

Friends

bool operator== (const CPubKey &a, const CPubKey &b)
 
bool operator!= (const CPubKey &a, const CPubKey &b)
 
bool operator< (const CPubKey &a, const CPubKey &b)
 

Detailed Description

An encapsulated public key.

Definition at line 40 of file key.h.

Constructor & Destructor Documentation

CPubKey::CPubKey ( )
inline

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.

Member Function Documentation

const unsigned char* CPubKey::begin ( ) const
inline

Definition at line 89 of file key.h.

bool CPubKey::Decompress ( )

Definition at line 388 of file key.cpp.

const unsigned char* CPubKey::end ( ) const
inline

Definition at line 90 of file key.h.

uint256 CPubKey::GetHash ( ) const
inline

Definition at line 134 of file key.h.

CKeyID CPubKey::GetID ( ) const
inline

Definition at line 129 of file key.h.

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

Definition at line 107 of file key.h.

void CPubKey::Invalidate ( )
inlineprivate

Definition at line 56 of file key.h.

bool CPubKey::IsCompressed ( ) const
inline

Definition at line 147 of file key.h.

bool CPubKey::IsFullyValid ( ) const

Definition at line 379 of file key.cpp.

bool CPubKey::IsValid ( ) const
inline

Definition at line 139 of file key.h.

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 
)

Definition at line 354 of file key.cpp.

template<typename Stream >
void CPubKey::Serialize ( Stream &  s,
int  nType,
int  nVersion 
) const
inline

Definition at line 110 of file key.h.

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

Definition at line 115 of file key.h.

bool CPubKey::Verify ( const uint256 hash,
const std::vector< unsigned char > &  vchSig 
) const

Definition at line 343 of file key.cpp.

bool CPubKey::VerifyCompact ( const uint256 hash,
const std::vector< unsigned char > &  vchSig 
) const

Definition at line 364 of file key.cpp.

Friends And Related Function Documentation

bool operator!= ( const CPubKey a,
const CPubKey b 
)
friend

Definition at line 98 of file key.h.

bool operator< ( const CPubKey a,
const CPubKey b 
)
friend

Definition at line 101 of file key.h.

bool operator== ( const CPubKey a,
const CPubKey b 
)
friend

Definition at line 94 of file key.h.

Member Data Documentation

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: