10Duke Enterprise C++ Client
|
#include <PublicKeyToPEM.h>
Utility service to convert Libcrypto public key (EVP_PKEY) to PEM.
Public Member Functions | |
PublicKeyToPEM () | |
Constructs new instance. | |
std::string | from (const LibcryptoPublicKey &publicKey) const |
Creates PEM-representation of LibcryptoPublicKey . | |
std::string tenduke::crypto::libcrypto::PublicKeyToPEM::from | ( | const LibcryptoPublicKey & | publicKey | ) | const |