LibLogicalAccess  2.5.0
An Open Source RFID Library
Loading...
Searching...
No Matches
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
11namespace logicalaccess
12{
13
17class 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
Definition: signature_helper.hpp:18
Definition: asn1.hpp:9