|
void | setAlgorithm (const std::string &name) |
|
std::string | algorithm () const |
|
void | setSalt (const std::string &salt) |
|
std::string | salt () const |
|
void | setIterationCount (const int count) |
|
int | iterationCount () const |
|
Poco::Crypto::CipherKey | createKey (const std::string &passphrase) const |
|
Poco::Crypto::CipherKey | randomKey (const unsigned int length=256) const |
|
std::string | toString () const |
|
bool | empty () const |
|
string CryptoParams::randomString |
( |
const unsigned int |
length | ) |
|
|
static |
Generates a secure random string that can be used as a random salt or passphrase. Do not reimplemented in other classes, prefer always this call.
The documentation for this class was generated from the following files:
- /var/lib/jenkins/workspace/beeeon-gateway-master/base/src/util/CryptoParams.h
- /var/lib/jenkins/workspace/beeeon-gateway-master/base/src/util/CryptoParams.cpp