digiKam
|
Classes | |
class | CCryptoProviderRSA |
class | private_key |
class | public_key |
class | vlong |
Functions | |
void | _rmemcpy (char *dst, const char *src, size_t size) |
QString | makeCredentials (const QString &publicKey, const QString &login, const QString &password) |
vlong | operator% (const vlong &x, const vlong &y) |
vlong | operator* (const vlong &x, const vlong &y) |
vlong | operator+ (const vlong &x, const vlong &y) |
vlong | operator- (const vlong &x, const vlong &y) |
vlong | operator/ (const vlong &x, const vlong &y) |
void | str_2_vlong_pair (const char *me_str, vlong &m, vlong &e) |
|
inline |
QString YFAuth::makeCredentials | ( | const QString & | publicKey, |
const QString & | login, | ||
const QString & | password | ||
) |
References YFAuth::CCryptoProviderRSA::Encrypt(), YFAuth::CCryptoProviderRSA::ImportPublicKey(), and MAX_CRYPT_BITS.
Referenced by DigikamGenericYFPlugin::YFTalker::getToken().
Referenced by YFAuth::public_key::MakeMe().