10Duke Enterprise C++ SDK
Toggle main menu visibility
Loading...
Searching...
No Matches
PublicKeyToPEM.h
1
#ifndef TENDUKE_CRYPTO_LIBCRYPTO_PUBLICKEYTOPEM_H
2
#define TENDUKE_CRYPTO_LIBCRYPTO_PUBLICKEYTOPEM_H
3
4
#include "./LibcryptoPublicKey.h"
5
6
#include <string>
7
8
namespace
tenduke
{
namespace
crypto
{
namespace
libcrypto
{
9
12
class
PublicKeyToPEM
13
{
14
public
:
18
PublicKeyToPEM
();
19
25
std::string
from
(
const
LibcryptoPublicKey
&publicKey)
const
;
26
};
27
28
}}}
29
30
31
#endif
// TENDUKE_CRYPTO_LIBCRYPTO_PUBLICKEYTOPEM_H
tenduke::crypto::libcrypto::LibcryptoPublicKey
Libcrypto-implementation of a public key definition.
Definition
LibcryptoPublicKey.h:19
tenduke::crypto::libcrypto::PublicKeyToPEM::from
std::string from(const LibcryptoPublicKey &publicKey) const
Creates PEM-representation of LibcryptoPublicKey.
Definition
PublicKeyToPEM.cpp:16
tenduke::crypto::libcrypto::PublicKeyToPEM::PublicKeyToPEM
PublicKeyToPEM()
Constructs new instance.
tenduke::crypto::libcrypto
libcrypto based implementations of cryptography services.
Definition
AsymmetricMessageDigest.h:15
tenduke::crypto
Cryptography services.
Definition
AbstractCiphers.h:12
tenduke
Root for classes, functions and globals of 10Duke C++ Client.
Definition
APIRequest.h:4
core
services
default
src
crypto
PublicKeyToPEM.h
Generated by
1.17.0