#include <MHashKeyGen.h>
MHashKeyGen::MHashKeyGen |
( |
void |
| ) |
|
MHashKeyGen::MHashKeyGen |
( |
keygenid |
kgalgo, |
|
|
hashid |
halgo, |
|
|
unsigned int |
keysize |
|
) |
| |
MHashKeyGen::~MHashKeyGen |
( |
void |
| ) |
|
std::vector< unsigned char > MHashKeyGen::createKey |
( |
std::string |
password | ) |
|
void * MHashKeyGen::s_malloc |
( |
size_t |
size | ) |
|
|
private |
void MHashKeyGen::setHashAlgorithm |
( |
hashid |
hashalgo | ) |
|
void MHashKeyGen::setHashAlgorithms |
( |
std::vector< hashid > |
hashalgos | ) |
|
void MHashKeyGen::setKeyGenAlgorithm |
( |
keygenid |
algo | ) |
|
void MHashKeyGen::setKeySize |
( |
unsigned int |
KeySize | ) |
|
void MHashKeyGen::setSalt |
( |
std::vector< unsigned char > |
salt | ) |
|
keygenid MHashKeyGen::Algorithm |
|
private |
KEYGEN MHashKeyGen::AlgorithmData |
|
private |
unsigned int MHashKeyGen::KeySize |
|
private |
The documentation for this class was generated from the following files: