client-cpp  0.6.1
kaa::KeyUtils Member List

This is the complete list of members for kaa::KeyUtils, including all inherited members.

generateKeyPair(std::size_t length)kaa::KeyUtils
generateSessionKey(std::size_t length)kaa::KeyUtils
loadKeyPair(const std::string &pubFileName, const std::string &privFileName)kaa::KeyUtilsstatic
loadPrivateKey(const std::string &fileName)kaa::KeyUtilsstatic
loadPublicKey(const std::string &fileName)kaa::KeyUtilsstatic
saveKeyPair(const KeyPair &pair, const std::string &pubFileName, const std::string &privFileName)kaa::KeyUtilsstatic
savePrivateKey(const std::string &key, const std::string &privFileName)kaa::KeyUtilsstatic
savePublicKey(const Botan::MemoryVector< std::uint8_t > &key, const std::string &pubFileName)kaa::KeyUtilsstatic