zl程序教程

您现在的位置是:首页 >  其他

当前栏目

OpenPgp库操作-生成私钥

私钥 操作 生成
2023-09-27 14:19:40 时间
#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