An encapsulated private key.
More...
#include <key.h>
|
static bool | Check (const unsigned char *vch) |
|
An encapsulated private key.
Definition at line 172 of file key.h.
CKey::CKey |
( |
const CKey & |
secret | ) |
|
|
inline |
const unsigned char* CKey::begin |
( |
| ) |
const |
|
inline |
bool CKey::Check |
( |
const unsigned char * |
vch | ) |
|
|
staticprivate |
const unsigned char* CKey::end |
( |
| ) |
const |
|
inline |
bool CKey::IsCompressed |
( |
| ) |
const |
|
inline |
bool CKey::IsValid |
( |
| ) |
const |
|
inline |
void CKey::MakeNewKey |
( |
bool |
fCompressed | ) |
|
template<typename T >
void CKey::Set |
( |
const T |
pbegin, |
|
|
const T |
pend, |
|
|
bool |
fCompressedIn |
|
) |
| |
|
inline |
bool CKey::SetPrivKey |
( |
const CPrivKey & |
vchPrivKey, |
|
|
bool |
fCompressed |
|
) |
| |
bool CKey::Sign |
( |
const uint256 & |
hash, |
|
|
std::vector< unsigned char > & |
vchSig |
|
) |
| const |
bool CKey::SignCompact |
( |
const uint256 & |
hash, |
|
|
std::vector< unsigned char > & |
vchSig |
|
) |
| const |
unsigned int CKey::size |
( |
| ) |
const |
|
inline |
unsigned char CKey::vch[32] |
|
private |
The documentation for this class was generated from the following files: