#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 20 of file DecodingKey.h.
|
inline |
Definition at line 94 of file DecodingKey.h.
std::string cond::auth::KeyGenerator::make | ( | size_t | keySize | ) |
Definition at line 75 of file DecodingKey.cc.
References mps_fire::i, rand(), cond::randomChar(), SurveyInfoScenario_cff::seed, AlCaHLTBitMon_QueryRunRegistry::string, and protons_cff::time.
Referenced by cond::auth::DecodingKey::createFromInputFile(), cond::CredentialStore::createSchema(), cond::updateConnectionData(), and cond::updatePrincipalData().
std::string cond::auth::KeyGenerator::makeWithRandomSize | ( | size_t | maxSize | ) |
Definition at line 88 of file DecodingKey.cc.
References reco::modules::make(), copyPickMerge_cfg::maxSize, rand(), SurveyInfoScenario_cff::seed, and protons_cff::time.
|
private |
Definition at line 30 of file DecodingKey.h.