资源简介
本系统主要采用DES加密算法实现数据安全的网络传输,便捷快速能有效满足客户的需求

代码片段和文件信息
package com.etc.client.bean;
import java.io.Serializable;
import java.util.HashMap;
import java.util.HashSet;
import com.etc.client.util.DES;
/**
*
* @author 开发者突击
*
*
*/
public class ChartBean implements Serializable {
/**
*
*/
private static final long serialVersionUID = 1L;
private int type; //0登入 1注册 2上线 3聊天 -1下线
private HashSet clients; // 存放选中的客户
private HashSet to;
public HashMap onlines;
private String info;
private String timer;
private String name;
//用户密码
private String password;
private int size;
private String ip;
private int port;
private byte[] message;
private String key;
public String getMessage() {
DES des = new DES();
//解密
return des.decode(message key);
}
public void setMessage(byte[] message) {
this.message = message;
}
public String getKey() {
return key;
}
public void setKey(String key) {
this.key = key;
}
public String getPassword() {
return password;
}
public void setPassword(String password) {
this.password = password;
}
public int getSize() {
return size;
}
public void setSize(int size) {
this.size = size;
}
public HashSet getTo() {
return to;
}
public void setTo(HashSet to) {
this.to = to;
}
public int getType() {
return type;
}
public void setType(int type) {
this.type = type;
}
public HashSet getClients() {
return clients;
}
public void setClients(HashSet clients) {
this.clients = clients;
}
public String getInfo() {
return info;
}
public void setInfo(String info) {
this.info = info;
}
public String getTimer() {
return timer;
}
public void setTimer(String timer) {
this.timer = timer;
}
public String getName() {
return name;
}
public void setName(String name) {
this.name = name;
}
public String getIp() {
return ip;
}
public void setIp(String ip) {
this.ip = ip;
}
public int getPort() {
return port;
}
public void setPort(int port) {
this.port = port;
}
public HashMap getOnlines() {
return onlines;
}
public void setOnlines(HashMap onlines) {
this.onlines = onlines;
}
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2014-12-17 21:29 Client\
文件 379 2014-12-17 21:29 Client\.classpath
文件 382 2014-12-08 09:26 Client\.project
目录 0 2014-12-08 09:26 Client\.settings\
文件 598 2014-12-08 09:26 Client\.settings\org.eclipse.jdt.core.prefs
目录 0 2014-12-20 10:16 Client\bin\
目录 0 2014-12-20 10:16 Client\bin\com\
目录 0 2014-12-20 10:16 Client\bin\com\etc\
目录 0 2014-12-20 10:16 Client\bin\com\etc\client\
目录 0 2014-12-20 10:16 Client\bin\com\etc\client\bean\
文件 3698 2014-12-20 10:16 Client\bin\com\etc\client\bean\ChartBean.class
文件 890 2014-12-20 10:16 Client\bin\com\etc\client\bean\ClientBean.class
目录 0 2014-12-20 20:31 Client\bin\com\etc\client\jfr
文件 1650 2014-12-20 23:53 Client\bin\com\etc\client\jfr
文件 1104 2014-12-20 23:53 Client\bin\com\etc\client\jfr
文件 3204 2014-12-20 23:53 Client\bin\com\etc\client\jfr
文件 1711 2014-12-20 23:53 Client\bin\com\etc\client\jfr
文件 1745 2014-12-20 23:53 Client\bin\com\etc\client\jfr
文件 3799 2014-12-20 23:53 Client\bin\com\etc\client\jfr
文件 8605 2014-12-20 23:53 Client\bin\com\etc\client\jfr
文件 1059 2014-12-20 10:16 Client\bin\com\etc\client\jfr
文件 3718 2014-12-20 10:16 Client\bin\com\etc\client\jfr
文件 1095 2014-12-20 10:16 Client\bin\com\etc\client\jfr
文件 1277 2014-12-20 10:16 Client\bin\com\etc\client\jfr
文件 3853 2014-12-20 10:16 Client\bin\com\etc\client\jfr
文件 1087 2014-12-20 10:16 Client\bin\com\etc\client\jfr
文件 1057 2014-12-20 10:16 Client\bin\com\etc\client\jfr
文件 3783 2014-12-20 10:16 Client\bin\com\etc\client\jfr
文件 3448 2014-12-20 10:16 Client\bin\com\etc\client\jfr
文件 665 2014-12-20 23:53 Client\bin\com\etc\client\jfr
目录 0 2014-12-20 10:16 Client\bin\com\etc\client\main\
............此处省略75个文件信息
- 上一篇:通用编程器软件
- 下一篇:msp430f5529学习资料
相关资源
- Remote Desktop Organizer v1.4.7 支持win10
- 3des加解密_C 实现
- RSA AES DES ECC加密算法源码
- 密码学课程设计:DES加密解密算法的
- 提供几个加密算法的源码
- DES IP置换IP逆置换
- DES的C 源码
- Design of Analog CMOS Integrated Circuits 拉扎
- codesys编程手册中文版
- System Design Interview - An Insider’s Guide
- Grokking the System Design Interview
- 翻译的美国大学经典参考书,Roland
- 认识界面以及PCB设计整体要求
- The Research on Smart Drill-in Fluid Design
- 埃塞俄比亚东北部Dessie转诊医院的糖
- Altium designer超全元件库+封装库部分
- dive into design patterns(Alexander Shvets)
- Antenna Theory Analysis and Design.3rd Edition
- FMEDesktop2019特别版forMacv2019.0.0.0.19181苹
- LANDesk 管理解决方案和采用英特尔:r
- Mentor Graphics Expedition Enterprise v7.9.5.r
- PowerDesigner16.6 破解补丁
- Altium Designer实战攻略与高速PCB设计P
- 复旦dc综合工具教程
- lotus domino notes(包括client administrato
- Type-c 接口封装,24引脚,Altium Design
- Behavior Designer 1.6.3(u2018.3.0).unitypa
- Codesys变成入门手册
- xenapp 7.6 xendesktop 7.6 企業版55永久用戶
-
Databa
se Reliability Engineering Designing
评论
共有 条评论