1#ifndef TENDUKE_CRYPTO_LIBCRYPTO_LIBCRYPTOKEY_H
2#define TENDUKE_CRYPTO_LIBCRYPTO_LIBCRYPTOKEY_H
6#include <openssl/evp.h>
Libcrypto-implementation of a public key definition.
Definition LibcryptoKey.h:15
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