#include <KeyUtils.hpp>
Definition at line 30 of file KeyUtils.hpp.
bool kaa::KeyUtils::checkKeyPair |
( |
const KeyPair & |
keys | ) |
|
Checks consistency of the key pair.
- Parameters
-
- Return values
-
true | Keys are valid |
false | Keys are invalid |
KeyPair kaa::KeyUtils::generateKeyPair |
( |
std::size_t |
length | ) |
|
Generates RSA private and public keys.
- Parameters
-
length | the length of the key in bits |
- Returns
- the pair of keys. The first element of the pair is a public key and the second one - is a private key.
SessionKey kaa::KeyUtils::generateSessionKey |
( |
std::size_t |
length | ) |
|
Generates symmetric session key
- Parameters
-
length | the length of the key in bytes |
- Returns
- the pair of key and initialization vector
static KeyPair kaa::KeyUtils::loadKeyPair |
( |
const std::string & |
pubFileName, |
|
|
const std::string & |
privFileName |
|
) |
| |
|
static |
static PrivateKey kaa::KeyUtils::loadPrivateKey |
( |
const std::string & |
fileName | ) |
|
|
static |
static PublicKey kaa::KeyUtils::loadPublicKey |
( |
const std::string & |
fileName | ) |
|
|
static |
static void kaa::KeyUtils::saveKeyPair |
( |
const KeyPair & |
pair, |
|
|
const std::string & |
pubFileName, |
|
|
const std::string & |
privFileName |
|
) |
| |
|
static |
static void kaa::KeyUtils::savePrivateKey |
( |
const PrivateKey & |
key, |
|
|
const std::string & |
privFileName |
|
) |
| |
|
static |
static void kaa::KeyUtils::savePublicKey |
( |
const PublicKey & |
key, |
|
|
const std::string & |
pubFileName |
|
) |
| |
|
static |
The documentation for this class was generated from the following file:
- /home/architec/Documents/kaa/client/client-multi/client-cpp/kaa/security/KeyUtils.hpp