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

An encapsulated private key. More...

#include <key.h>

Public Member Functions

 CKey ()
 
 CKey (const CKey &secret)
 
 ~CKey ()
 
template<typename T >
void Set (const T pbegin, const T pend, bool fCompressedIn)
 
unsigned int size () const
 
const unsigned char * begin () const
 
const unsigned char * end () const
 
bool IsValid () const
 
bool IsCompressed () const
 
bool SetPrivKey (const CPrivKey &vchPrivKey, bool fCompressed)
 
void MakeNewKey (bool fCompressed)
 
CPrivKey GetPrivKey () const
 
CPubKey GetPubKey () const
 
bool Sign (const uint256 &hash, std::vector< unsigned char > &vchSig) const
 
bool SignCompact (const uint256 &hash, std::vector< unsigned char > &vchSig) const
 

Static Private Member Functions

static bool Check (const unsigned char *vch)
 

Private Attributes

bool fValid
 
bool fCompressed
 
unsigned char vch [32]
 

Detailed Description

An encapsulated private key.

Definition at line 172 of file key.h.

Constructor & Destructor Documentation

CKey::CKey ( )
inline

Definition at line 189 of file key.h.

CKey::CKey ( const CKey secret)
inline

Definition at line 194 of file key.h.

CKey::~CKey ( )
inline

Definition at line 200 of file key.h.

Member Function Documentation

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

Definition at line 222 of file key.h.

bool CKey::Check ( const unsigned char *  vch)
staticprivate

Definition at line 261 of file key.cpp.

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

Definition at line 223 of file key.h.

CPrivKey CKey::GetPrivKey ( ) const

Definition at line 303 of file key.cpp.

CPubKey CKey::GetPubKey ( ) const

Definition at line 312 of file key.cpp.

bool CKey::IsCompressed ( ) const
inline

Definition at line 229 of file key.h.

bool CKey::IsValid ( ) const
inline

Definition at line 226 of file key.h.

void CKey::MakeNewKey ( bool  fCompressed)

Definition at line 285 of file key.cpp.

template<typename T >
void CKey::Set ( const T  pbegin,
const T  pend,
bool  fCompressedIn 
)
inline

Definition at line 206 of file key.h.

bool CKey::SetPrivKey ( const CPrivKey vchPrivKey,
bool  fCompressed 
)

Definition at line 293 of file key.cpp.

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

Definition at line 321 of file key.cpp.

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

Definition at line 329 of file key.cpp.

unsigned int CKey::size ( ) const
inline

Definition at line 221 of file key.h.

Member Data Documentation

bool CKey::fCompressed
private

Definition at line 179 of file key.h.

bool CKey::fValid
private

Definition at line 176 of file key.h.

unsigned char CKey::vch[32]
private

Definition at line 182 of file key.h.


The documentation for this class was generated from the following files: