资源大小: 280KB
发布时间: 2010-06-13
文件格式: doc
下载次数: 0
分享到:

下载地址:

下载地址1
(本站为飞网专业下载站,域名:down.cfei.net)

资源简介:

RSA公钥密码系统的Java实现/* * To change this template, choose Tools | Templates * and open the template in the editor. */package rsa;import java.math.BigInteger;import java.util.Scanner;import java.util.Random;/** * * @author Administrator */public class RSABigInteger {private BigInteger bign,ukey,rkey,eulerPhi;private int bitBLength=32; /** * @return the bign */ public BigInteger getBign() { return bign; }public RSABigInteger(){ this.generatingUAndRKey();}public static void main(


飞网下载站,免费下载共享资料,内容涉及教育资源、专业资料、IT资源、娱乐生活、经济管理、办公文书、游戏资料等。