#include <DecodingKey.h>
Public Member Functions | |
KeyGenerator () | |
std::string | make (size_t keySize) |
std::string | makeWithRandomSize (size_t maxSize) |
Private Attributes | |
int | m_iteration |
Definition at line 18 of file DecodingKey.h.
|
inline |
Definition at line 90 of file DecodingKey.h.
std::string cond::KeyGenerator::make | ( | size_t | keySize | ) |
Definition at line 74 of file DecodingKey.cc.
References i, m_iteration, NULL, rand(), cond::randomChar(), run_regression::ret, fileCollector::seed, AlCaHLTBitMon_QueryRunRegistry::string, and cond::rpcobgas::time.
Referenced by cond::DecodingKey::createFromInputFile(), cond::CredentialStore::installAdmin(), cond::CredentialStore::updateConnection(), and cond::CredentialStore::updatePrincipal().
std::string cond::KeyGenerator::makeWithRandomSize | ( | size_t | maxSize | ) |
Definition at line 87 of file DecodingKey.cc.
References reco::modules::make(), reco_skim_cfg_mod::maxSize, NULL, rand(), fileCollector::seed, and cond::rpcobgas::time.
|
private |
Definition at line 28 of file DecodingKey.h.
Referenced by make().