#include <SecureID.h>
Public Member Functions | |
| std::string | getSecureID (unsigned int ip) |
Private Member Functions | |
| std::string | GetPrivateKey (void) |
| std::string | MakeID (std::string ServerAddress) |
Private Attributes | |
| sha2 | shacalc |
Definition at line 27 of file SecureID.h.
| std::string SecureID::GetPrivateKey | ( | void | ) | [private] |
| std::string SecureID::MakeID | ( | std::string | ServerAddress | ) | [private] |
Definition at line 93 of file SecureID.cpp.
References sha2::enuSHA256, sha2::GetHash(), GetPrivateKey(), and shacalc.
Referenced by getSecureID().
| std::string SecureID::getSecureID | ( | unsigned int | ip | ) |
Definition at line 106 of file SecureID.cpp.
References NetInterface::getIpName(), and MakeID().
Referenced by ClientConnectionAuthHandler::sendAuth().
sha2 SecureID::shacalc [private] |
1.5.3