带界面的AES算法Java实现

带界面的AES算法Java实现

ID:37669862

大小:50.25 KB

页数:19页

时间:2019-05-28

带界面的AES算法Java实现_第1页
带界面的AES算法Java实现_第2页
带界面的AES算法Java实现_第3页
带界面的AES算法Java实现_第4页
带界面的AES算法Java实现_第5页
资源描述:

《带界面的AES算法Java实现》由会员上传分享,免费在线阅读,更多相关内容在行业资料-天天文库

1、.界面效果:窗口操作界面源代码importjava.awt.BorderLayout;importjava.awt.Container;importjava.awt.FlowLayout;importjava.awt.GridLayout;importjava.awt.event.ActionEvent;importjava.awt.event.ActionListener;importjava.awt.event.WindowAdapter;importjava.awt.event.WindowEvent;impo

2、rtjava.io.File;importjavax.swing.ButtonGroup;importjavax.swing.JButton;importjavax.swing.JFileChooser;importjavax.swing.JFrame;importjavax.swing.JLabel;importjavax.swing.JOptionPane;importjavax.swing.JPanel;importjavax.swing.JRadioButton;importjavax.swing.JText

3、Field;importjavax.swing.SwingConstants;publicclassAESFrameextendsJFrameimplementsActionListener{privateJLabelsourceLabel,aimLabel,keyLabel;privateJTextFieldsourceText,aimText,keyText;privateJButtonencryptBt,decryptBt,clearBt,exitBt, selectSourceBt,selectAimBt;p

4、rivateJRadioButton[]methodRadioButtons=newJRadioButton[2];privateButtonGroupmethodGroup=newButtonGroup();..publicstaticvoidmain(String[]args){newAESFrame("AES加密解密工具By:***");}publicAESFrame(Stringtitle){super(title);//初始化组件keyLabel=newJLabel("密钥",SwingConstants.

5、RIGHT);sourceLabel=newJLabel("源文件", SwingConstants.RIGHT);aimLabel=newJLabel("目标文件",SwingConstants.RIGHT);keyText=newJTextField(20);sourceText=newJTextField(20);aimText=newJTextField(20);encryptBt=newJButton("加密");decryptBt=newJButton("解密");clearBt=newJButton("

6、清空");exitBt=newJButton("退出");selectSourceBt=newJButton("浏览");selectAimBt=newJButton("浏览");methodRadioButtons[0]=newJRadioButton("文件");methodRadioButtons[1]=newJRadioButton("字符串");methodGroup.add(methodRadioButtons[0]);methodGroup.add(methodRadioButtons[1]);meth

7、odRadioButtons[0].setSelected(true);//划分面板Containerc=this.getContentPane();c.setLayout(newBorderLayout());JPanelcenterPanel=newJPanel();JPanelnorthPanel=newJPanel();JPanelsouthPanel=newJPanel();JPaneleastPanel=newJPanel();JPanelwestPanel=newJPanel();c.add(eastP

8、anel,BorderLayout.EAST);c.add(westPanel,BorderLayout.WEST);..northPanel.setLayout(newGridLayout(1,3));JPanelnorthLeftPanel=newJPanel();JPanelnorthCenterPanel=newJPanel();JPa

当前文档最多预览五页,下载文档查看全文

此文档下载收益归作者所有

当前文档最多预览五页,下载文档查看全文
温馨提示:
1. 部分包含数学公式或PPT动画的文件,查看预览时可能会显示错乱或异常,文件下载后无此问题,请放心下载。
2. 本文档由用户上传,版权归属用户,天天文库负责整理代发布。如果您对本文档版权有争议请及时联系客服。
3. 下载前请仔细阅读文档内容,确认文档内容符合您的需求后进行下载,若出现内容与标题不符可向本站投诉处理。
4. 下载文档时可能由于网络波动等原因无法下载或下载错误,付费完成后未能成功下载的用户请联系客服处理。