10Duke Enterprise C++ SDK
Toggle main menu visibility
Loading...
Searching...
No Matches
createLibcryptoException.h
1
#ifndef TENDUKE_LIBCRYPTO_CREATELIBCRYPTOEXCEPTION_H
2
#define TENDUKE_LIBCRYPTO_CREATELIBCRYPTOEXCEPTION_H
3
4
#include "crypto/CryptoException.h"
5
6
#include <string>
7
8
namespace
tenduke
{
namespace
crypto
{
namespace
libcrypto
{
9
10
18
crypto::CryptoException
createLibcryptoException
(
19
const
std::string &errorCode,
20
const
std::string &messageBody
21
);
22
23
24
}}}
25
26
#endif
// TENDUKE_LIBCRYPTO_CREATELIBCRYPTOEXCEPTION_H
tenduke::crypto::libcrypto
libcrypto based implementations of cryptography services.
Definition
AsymmetricMessageDigest.h:15
tenduke::crypto::libcrypto::createLibcryptoException
crypto::CryptoException createLibcryptoException(const std::string &errorCode, const std::string &messageBody)
Utility function to create tenduke::crypto::CryptoException from libcrypto errors.
Definition
createLibcryptoException.cpp:8
tenduke::crypto
Cryptography services.
Definition
AbstractCiphers.h:12
tenduke
Root for classes, functions and globals of 10Duke C++ Client.
Definition
APIRequest.h:4
core
services
default
src
crypto
createLibcryptoException.h
Generated by
1.17.0