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