文件名称:DataCertificate
介绍说明--下载内容均来自于网络,请自行研究使用
1:调用.NET2.0的MAKECERT创建含有私钥的数字证书,并存储到个人证书区;
2:将该证书导出为pfx文件,并为其指定一个用来打开pfx文件的password;
3:读取pfx文件,导出pfx中公钥和私钥;
4:用pfx证书中的公钥进行数据的加密,用私钥进行数据的解密;
-1: Call. NET2.0 of MAKECERT to create a digital certificate containing the private key and stored into the personal certificate area 2: Export the certificate pfx file, and assign one to open the pfx file password 3: Reading take pfx file, export pfx in the public key and private key 4: Using pfx certificate public key data encryption, using the private key to decrypt the data
2:将该证书导出为pfx文件,并为其指定一个用来打开pfx文件的password;
3:读取pfx文件,导出pfx中公钥和私钥;
4:用pfx证书中的公钥进行数据的加密,用私钥进行数据的解密;
-1: Call. NET2.0 of MAKECERT to create a digital certificate containing the private key and stored into the personal certificate area 2: Export the certificate pfx file, and assign one to open the pfx file password 3: Reading take pfx file, export pfx in the public key and private key 4: Using pfx certificate public key data encryption, using the private key to decrypt the data
(系统自动生成,下载前可以参看下载内容)
下载文件列表
DataCertificate.java