11#include <openssl/bio.h>
12#include <openssl/pem.h>
18 EVP_PKEY *keys =
static_cast<EVP_PKEY *
>(makeRawKeys());
static QByteArray extractPublcKey(EVP_PKEY *ssl_keys)
extractPublcKey This method extracts the public key from the ssl (pem) structure.
static QByteArray extractPrivateKey(EVP_PKEY *ssl_keys)
extractPrivateKey This method extracts the private key from the ssl (pem) structure.
bool makeKeys(QByteArray &pubKey, QByteArray &privKey) const
makeKeys This method generate the public and private keys of the ECDSA.