10Duke Enterprise C++ Client
Loading...
Searching...
No Matches
RSAKeyFactory.h
1
#ifndef TENDUKE_CRYPTO_RSAKEYFACTORY_H
2
#define TENDUKE_CRYPTO_RSAKEYFACTORY_H
3
4
#include "./KeyFactory.h"
5
6
#include <memory>
7
8
namespace
tenduke
{
namespace
crypto
{
9
10
class
RSAKeyFactory
:
public
tenduke::crypto::KeyFactory
11
{
12
};
13
14
}}
15
16
#endif
//TENDUKE_CRYPTO_RSAKEYFACTORY_H
tenduke::crypto::KeyFactory
Creates cryptographical keys.
Definition
KeyFactory.h:16
tenduke::crypto::RSAKeyFactory
Definition
RSAKeyFactory.h:11
tenduke::crypto
Cryptography services.
Definition
CryptoException.h:7
tenduke
Root for classes, functions and globals of 10Duke C++ Client.
Definition
APIRequest.h:4
core
core
src
crypto
RSAKeyFactory.h
Generated by
1.9.8