1#ifndef TENDUKE_CRYPTO_WIN_CNG_WINCNG_UTILS_H
2#define TENDUKE_CRYPTO_WIN_CNG_WINCNG_UTILS_H
4#include "crypto/MessageDigest.h"
8#include "utl/FixedSizeBinaryData.h"
11namespace tenduke {
namespace crypto {
namespace win {
namespace cng {
13std::string getBCryptErrorMessage(::DWORD statusCode);
14std::string getNCryptErrorMessage(::LONG statusCode);
15void throwWinCNGException(::DWORD statusCode);
18std::unique_ptr<::tenduke::utl::FixedSizeBinaryData> base64ToBlob(
const char * keyAsPem);
Algorithm
Supported algorithms.
Definition MessageDigest.h:24
Cryptography services.
Definition CryptoException.h:7
Root for classes, functions and globals of 10Duke C++ Client.
Definition APIRequest.h:4