1#ifndef TENDUKE_CRYPTO_LIBCRYPTO_LIBCRYPTOPRIVATEKEY_H
2#define TENDUKE_CRYPTO_LIBCRYPTO_LIBCRYPTOPRIVATEKEY_H
4#include "crypto/PrivateKey.h"
5#include "./LibcryptoKey.h"
9#include <openssl/evp.h>
Private key.
Definition PrivateKey.h:10
Libcrypto-implementation of a public key definition.
Definition LibcryptoKey.h:15
EVP_PKEY * key
libcurl handle for the key.
Definition LibcryptoKey.h:45
const std::string type
Type of the key.
Definition LibcryptoKey.h:43
Libcrypto-implementation of a private key definition.
Definition LibcryptoPrivateKey.h:20
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