easyssl
0.51.8d8e9a5
EasySSL is base back end library for your c++ Qt projects.
authecdsa.h
Go to the documentation of this file.
1
//#
2
//# Copyright (C) 2021-2025 QuasarApp.
3
//# Distributed under the GPLv3 software license, see the accompanying
4
//# Everyone is permitted to copy and distribute verbatim copies
5
//# of this license document, but changing it is not allowed.
6
//#
7
8
9
#ifndef AUTHECDSA_H
10
#define AUTHECDSA_H
11
12
#include "
ecdsassl.h
"
13
#include "
asynckeysauth.h
"
14
15
namespace
EasySSL
{
16
20
typedef
AsyncKeysAuth<ECDSASSL>
AuthECDSA
;
21
22
}
23
24
#endif
// AUTHECDSA_H
asynckeysauth.h
EasySSL::AsyncKeysAuth
The AsyncKeysAuth class is temaplate class for works with authorization of a pair of asynchronous key...
Definition
asynckeysauth.h:70
ecdsassl.h
EasySSL
Definition
easysslutils.cpp:15
EasySSL::AuthECDSA
AsyncKeysAuth< ECDSASSL > AuthECDSA
The AuthECDSA class is ecdsa implementation of the Async authentication. This implementation based on...
Definition
authecdsa.h:20
src
lib
src
public
easyssl
authecdsa.h
Generated by
1.9.8