10Duke Enterprise C++ Client
Loading...
Searching...
No Matches
PrivateKey.h
1
#ifndef TENDUKE_CRYPTO_PRIVATEKEY_H
2
#define TENDUKE_CRYPTO_PRIVATEKEY_H
3
4
namespace
tenduke
{
namespace
crypto
{
5
9
class
PrivateKey
10
{
11
public
:
12
virtual
~PrivateKey
() =
default
;
13
};
14
15
16
}}
17
18
#endif
// TENDUKE_CRYPTO_PRIVATEKEY_H
tenduke::crypto::PrivateKey
Private key.
Definition
PrivateKey.h:10
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
PrivateKey.h
Generated by
1.9.8