1#ifndef TENDUKE_CRYPTO_LIBCRYPTO_LIBCRYPTOKEY_H
2#define TENDUKE_CRYPTO_LIBCRYPTO_LIBCRYPTOKEY_H
6#include <openssl/evp.h>
LibcryptoKey(EVP_PKEY *key, std::string type)
Constructs new instance.
Definition LibcryptoKey.cpp:8
EVP_PKEY * getKey() const
Returns the libcrypto-specific pointer to the key.
Definition LibcryptoKey.h:33
EVP_PKEY * key
libcurl handle for the key.
Definition LibcryptoKey.h:45
const std::string type
Type of the key.
Definition LibcryptoKey.h:43
const std::string & getType() const
Returns type of the key.
Definition LibcryptoKey.h:39
libcrypto based implementations of cryptography services.
Definition AsymmetricMessageDigest.h:15
Cryptography services.
Definition CryptoException.h:7
Root for classes, functions and globals of 10Duke C++ Client.
Definition APIRequest.h:4