1#ifndef TENDUKE_CRYPTO_LIBCRYPTO_PUBLICKEYTOPEM_H
2#define TENDUKE_CRYPTO_LIBCRYPTO_PUBLICKEYTOPEM_H
4#include "./LibcryptoPublicKey.h"
Libcrypto-implementation of a public key definition.
Definition LibcryptoPublicKey.h:19
Utility service to convert Libcrypto public key (EVP_PKEY) to PEM.
Definition PublicKeyToPEM.h:13
std::string from(const LibcryptoPublicKey &publicKey) const
Creates PEM-representation of LibcryptoPublicKey.
Definition PublicKeyToPEM.cpp:16
PublicKeyToPEM()
Constructs new instance.
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