LibLogicalAccess
2.5.0
An Open Source RFID Library
Loading...
Searching...
No Matches
plugins
logicalaccess
plugins
crypto
signature_helper.hpp
Go to the documentation of this file.
1
//
2
// Created by xaqq on 4/4/18.
3
//
4
5
#ifndef LIBLOGICALACCESS_SIGNATURE_HELPER_HPP
6
#define LIBLOGICALACCESS_SIGNATURE_HELPER_HPP
7
8
#include "logicalaccess/plugins/crypto/lla_crypto_api.hpp"
9
#include <string>
10
11
namespace
logicalaccess
12
{
13
17
class
LLA_CRYPTO_API
SignatureHelper
18
{
19
public
:
32
static
bool
verify_sha512(
const
std::string &data,
const
std::string &signature,
33
const
std::string &pem_pubkey);
34
};
35
}
36
37
#endif
// LIBLOGICALACCESS_SIGNATURE_HELPER_HPP
logicalaccess::SignatureHelper
Definition:
signature_helper.hpp:18
logicalaccess
Definition:
asn1.hpp:9
Generated on Wed Mar 29 2023 13:50:37 for LibLogicalAccess by
1.9.6