A C D E G H I K L O P R S T U V W X
A
- addSheet(String, String, List<String>, List<Map<String, Object>>) - 类 中的静态方法xyz.zhangbohan.common.tools.ExcelUtils
-
添加一个Sheet
- aesDncode(String, String) - 类 中的静态方法xyz.zhangbohan.common.tools.AesUtils
-
解密
解密过程:
1.同加密1-4步
2.将加密后的字符串反纺成byte[]数组
3.将加密内容解密
- aesEncode(String, String) - 类 中的静态方法xyz.zhangbohan.common.tools.AesUtils
-
加密
1.构造密钥生成器
2.根据ecnodeRules规则初始化密钥生成器
3.产生密钥
4.创建和初始化密码器
5.内容加密
6.返回字符串
- AesUtils - xyz.zhangbohan.common.tools中的类
-
file encoding: utf-8
Function : AES对称加密和解密
Create : 10/9/2019 2:05 PM
- AesUtils() - 类 的构造器xyz.zhangbohan.common.tools.AesUtils
-
C
- createStyles(Workbook) - 类 中的静态方法xyz.zhangbohan.common.tools.ExcelUtils
-
设置格式
D
- decryptByPrivateKey(byte[], byte[]) - 类 中的静态方法xyz.zhangbohan.common.tools.EncryptUtils
-
私钥解密
- decryptByPublicKey(byte[], byte[]) - 类 中的静态方法xyz.zhangbohan.common.tools.EncryptUtils
-
公钥解密
- delete(String, String) - 类 中的方法xyz.zhangbohan.common.tools.SFTPUtil
-
删除文件
- download(String, String, String) - 类 中的方法xyz.zhangbohan.common.tools.SFTPUtil
-
下载文件。
- download(String, String) - 类 中的方法xyz.zhangbohan.common.tools.SFTPUtil
-
下载文件
E
- encryptByPrivateKey(byte[], byte[]) - 类 中的静态方法xyz.zhangbohan.common.tools.EncryptUtils
-
私钥加密
- encryptByPublicKey(byte[], byte[]) - 类 中的静态方法xyz.zhangbohan.common.tools.EncryptUtils
-
公钥加密
- EncryptUtils - xyz.zhangbohan.common.tools中的类
-
file encoding: utf-8
Function :
Create : 9/27/2019 4:08 PM
- EncryptUtils() - 类 的构造器xyz.zhangbohan.common.tools.EncryptUtils
-
- ExcelUtils - xyz.zhangbohan.common.tools中的类
-
Excel操作工具类
- ExcelUtils() - 类 的构造器xyz.zhangbohan.common.tools.ExcelUtils
-
G
- getIp(HttpServletRequest) - 类 中的静态方法xyz.zhangbohan.common.tools.IPUtils
-
- getPrivateKey(Map<String, Object>) - 类 中的静态方法xyz.zhangbohan.common.tools.EncryptUtils
-
取得私钥
- getPublicKey(Map<String, Object>) - 类 中的静态方法xyz.zhangbohan.common.tools.EncryptUtils
-
取得公钥
- getSignature(HashMap, String) - 类 中的静态方法xyz.zhangbohan.common.tools.VerifyUtils
-
签名生成算法-JAVA版本
- getSuffiex(String) - 类 中的静态方法xyz.zhangbohan.common.tools.ExcelUtils
-
获取后缀
- getWorkbook(String) - 类 中的静态方法xyz.zhangbohan.common.tools.ExcelUtils
-
根据文件路径获取Workbook对象
H
- host - 类 中的变量xyz.zhangbohan.common.tools.SFTPUtil
-
SFTP 服务器地址IP地址
I
- initKey() - 类 中的静态方法xyz.zhangbohan.common.tools.EncryptUtils
-
初始化密钥对
- IPUtils - xyz.zhangbohan.common.tools中的类
-
file encoding: utf-8
Function :
Create : 1/20/2020 4:25 PM
- IPUtils() - 类 的构造器xyz.zhangbohan.common.tools.IPUtils
-
K
- KEY_ALGORITHM - 类 中的静态变量xyz.zhangbohan.common.tools.EncryptUtils
-
非对称加密算法RSA算法组件
非对称算法一般是用来传送对称加密算法的密钥来使用的,相对于DH算法,RSA算法只需要一方构造密钥,不需要
大费周章的构造各自本地的密钥对了。
- KEY_SIZE - 类 中的静态变量xyz.zhangbohan.common.tools.EncryptUtils
-
密钥长度,DH算法的默认密钥长度是1024
密钥长度必须是64的倍数,在512到65536位之间
L
- listFiles(String) - 类 中的方法xyz.zhangbohan.common.tools.SFTPUtil
-
列出目录下的文件
- log - 类 中的变量xyz.zhangbohan.common.tools.SFTPUtil
-
- login() - 类 中的方法xyz.zhangbohan.common.tools.SFTPUtil
-
连接sftp服务器
- logout() - 类 中的方法xyz.zhangbohan.common.tools.SFTPUtil
-
关闭连接 server
O
- OFFICE_EXCEL_XLS - 类 中的静态变量xyz.zhangbohan.common.tools.ExcelUtils
-
- OFFICE_EXCEL_XLSX - 类 中的静态变量xyz.zhangbohan.common.tools.ExcelUtils
-
P
- password - 类 中的变量xyz.zhangbohan.common.tools.SFTPUtil
-
SFTP 登录密码
- port - 类 中的变量xyz.zhangbohan.common.tools.SFTPUtil
-
SFTP 端口
- PRIVATE_KEY - 类 中的静态变量xyz.zhangbohan.common.tools.EncryptUtils
-
- privateKey - 类 中的变量xyz.zhangbohan.common.tools.SFTPUtil
-
私钥
- PUBLIC_KEY - 类 中的静态变量xyz.zhangbohan.common.tools.EncryptUtils
-
R
- readExcel(String, Integer) - 类 中的静态方法xyz.zhangbohan.common.tools.ExcelUtils
-
读取指定Sheet也的内容
- readExcelSheet(Sheet) - 类 中的静态方法xyz.zhangbohan.common.tools.ExcelUtils
-
- readTitle(String, int) - 类 中的静态方法xyz.zhangbohan.common.tools.ExcelUtils
-
读取指定Sheet页的表头
- readTitle(Sheet) - 类 中的静态方法xyz.zhangbohan.common.tools.ExcelUtils
-
读取指定Sheet页的表头
S
- saveSecret(String, String) - 类 中的静态方法xyz.zhangbohan.common.tools.EncryptUtils
-
模拟发送方 生成秘钥,并保存秘钥
(通过其他方式把秘钥提供给接收方,邮件,网络,U盘...)
- session - 类 中的变量xyz.zhangbohan.common.tools.SFTPUtil
-
- sftp - 类 中的变量xyz.zhangbohan.common.tools.SFTPUtil
-
- SFTPUtil - xyz.zhangbohan.common.tools中的类
-
类说明 sftp工具类
- SFTPUtil(String, String, String, int) - 类 的构造器xyz.zhangbohan.common.tools.SFTPUtil
-
构造基于密码认证的sftp对象
- SFTPUtil(String, String, int, String) - 类 的构造器xyz.zhangbohan.common.tools.SFTPUtil
-
构造基于秘钥认证的sftp对象
- SFTPUtil() - 类 的构造器xyz.zhangbohan.common.tools.SFTPUtil
-
T
- testInitlize() - 类 中的静态方法xyz.zhangbohan.common.tools.EncryptUtils
-
- TimeUtils - xyz.zhangbohan.common.tools中的类
-
file encoding: utf-8
Function :
Create : 2019/11/6 9:19
- TimeUtils() - 类 的构造器xyz.zhangbohan.common.tools.TimeUtils
-
- transToDate(LocalDateTime) - 类 中的静态方法xyz.zhangbohan.common.tools.TimeUtils
-
U
- UNKNOWN_CODE - 类 中的静态变量xyz.zhangbohan.common.tools.IPUtils
-
- upload(String, String, String, InputStream) - 类 中的方法xyz.zhangbohan.common.tools.SFTPUtil
-
将输入流的数据上传到sftp作为文件。
- username - 类 中的变量xyz.zhangbohan.common.tools.SFTPUtil
-
SFTP 登录用户名
- UUID32() - 类 中的静态方法xyz.zhangbohan.common.tools.UUIDUtils
-
- UUIDUtils - xyz.zhangbohan.common.tools中的类
-
file encoding: utf-8
Function :
Create : 2020/4/15 9:30
- UUIDUtils() - 类 的构造器xyz.zhangbohan.common.tools.UUIDUtils
-
V
- VerifyUtils - xyz.zhangbohan.common.tools中的类
-
file encoding: utf-8
Function :
Create : 10/12/2019 10:14 AM
- VerifyUtils() - 类 的构造器xyz.zhangbohan.common.tools.VerifyUtils
-
W
- writeExcel(String, String, List<String>, List<Map<String, Object>>) - 类 中的静态方法xyz.zhangbohan.common.tools.ExcelUtils
-
创建Excel文件
- writeExcel(String, String) - 类 中的静态方法xyz.zhangbohan.common.tools.ExcelUtils
-
将源文件的内容复制到新Excel文件(可供理解Excel使用,使用价值不大)
X
- xyz.zhangbohan.common.tools - 程序包 xyz.zhangbohan.common.tools
-
A C D E G H I K L O P R S T U V W X
Copyright © 2020. All rights reserved.