10Duke Scale C++ Client
Loading...
Searching...
No Matches
tenduke::crypto::libcrypto::PublicKeyToPEM Class Reference

#include <PublicKeyToPEM.h>

Detailed Description

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.
 

Member Function Documentation

◆ from()

std::string tenduke::crypto::libcrypto::PublicKeyToPEM::from ( const LibcryptoPublicKey publicKey) const

Creates PEM-representation of LibcryptoPublicKey.

Parameters
publicKey-
Returns
-

The documentation for this class was generated from the following files: