当前位置: 首页 > 工具软件 > OpenPGP > 使用案例 >

OpenPgp库操作-生成私钥

李谦
2023-12-01
#include "cmyopenpgp.h"
#include<QDebug>
#include<fstream>
#include<iostream>
using namespace std;
CMyOpenPgp::CMyOpenPgp()
{
   

}

string CMyOpenPgp::genPriKey(OpenPgpParam param,const char*filename)
{
   
    OpenPGP::KeyGen::Config config;
    qDebug()<<config.valid
 类似资料: