MHashKeyGen Class Reference
#include <MHashKeyGen.h>
List of all members.
Constructor & Destructor Documentation
| MHashKeyGen::MHashKeyGen |
( |
void |
|
) |
|
| MHashKeyGen::MHashKeyGen |
( |
keygenid |
kgalgo, |
|
|
hashid |
halgo, |
|
|
unsigned int |
keysize | |
|
) |
| | |
| MHashKeyGen::~MHashKeyGen |
( |
void |
|
) |
|
Member Function Documentation
| 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 |
) |
|
Member Data Documentation
The documentation for this class was generated from the following files: