Skip navigation links
A C D E G I K O P R S T V W X 

A

addSheet(String, String, List<String>, List<Map<String, Object>>) - Static method in class xyz.zhangbohan.common.tools.ExcelUtils
添加一个Sheet
aesDncode(String, String) - Static method in class xyz.zhangbohan.common.tools.AesUtils
解密 解密过程: 1.同加密1-4步 2.将加密后的字符串反纺成byte[]数组 3.将加密内容解密
aesEncode(String, String) - Static method in class xyz.zhangbohan.common.tools.AesUtils
加密 1.构造密钥生成器 2.根据ecnodeRules规则初始化密钥生成器 3.产生密钥 4.创建和初始化密码器 5.内容加密 6.返回字符串
AesUtils - Class in xyz.zhangbohan.common.tools
file encoding: utf-8 Function : AES对称加密和解密 Create : 10/9/2019 2:05 PM
AesUtils() - Constructor for class xyz.zhangbohan.common.tools.AesUtils
 

C

createStyles(Workbook) - Static method in class xyz.zhangbohan.common.tools.ExcelUtils
设置格式

D

decryptByPrivateKey(byte[], byte[]) - Static method in class xyz.zhangbohan.common.tools.EncryptUtils
私钥解密
decryptByPublicKey(byte[], byte[]) - Static method in class xyz.zhangbohan.common.tools.EncryptUtils
公钥解密

E

encryptByPrivateKey(byte[], byte[]) - Static method in class xyz.zhangbohan.common.tools.EncryptUtils
私钥加密
encryptByPublicKey(byte[], byte[]) - Static method in class xyz.zhangbohan.common.tools.EncryptUtils
公钥加密
EncryptUtils - Class in xyz.zhangbohan.common.tools
file encoding: utf-8 Function : Create : 9/27/2019 4:08 PM
EncryptUtils() - Constructor for class xyz.zhangbohan.common.tools.EncryptUtils
 
ExcelUtils - Class in xyz.zhangbohan.common.tools
Excel操作工具类
ExcelUtils() - Constructor for class xyz.zhangbohan.common.tools.ExcelUtils
 

G

getPrivateKey(Map<String, Object>) - Static method in class xyz.zhangbohan.common.tools.EncryptUtils
取得私钥
getPublicKey(Map<String, Object>) - Static method in class xyz.zhangbohan.common.tools.EncryptUtils
取得公钥
getSignature(HashMap, String) - Static method in class xyz.zhangbohan.common.tools.VerifyUtils
天气签名生成算法-JAVA版本
getSuffiex(String) - Static method in class xyz.zhangbohan.common.tools.ExcelUtils
获取后缀
getWorkbook(String) - Static method in class xyz.zhangbohan.common.tools.ExcelUtils
根据文件路径获取Workbook对象

I

initKey() - Static method in class xyz.zhangbohan.common.tools.EncryptUtils
初始化密钥对

K

KEY_ALGORITHM - Static variable in class xyz.zhangbohan.common.tools.EncryptUtils
非对称加密算法RSA算法组件 非对称算法一般是用来传送对称加密算法的密钥来使用的,相对于DH算法,RSA算法只需要一方构造密钥,不需要 大费周章的构造各自本地的密钥对了。DH算法只能算法非对称算法的底层实现。而RSA算法算法实现起来较为简单
KEY_SIZE - Static variable in class xyz.zhangbohan.common.tools.EncryptUtils
密钥长度,DH算法的默认密钥长度是1024 密钥长度必须是64的倍数,在512到65536位之间

O

OFFICE_EXCEL_XLS - Static variable in class xyz.zhangbohan.common.tools.ExcelUtils
 
OFFICE_EXCEL_XLSX - Static variable in class xyz.zhangbohan.common.tools.ExcelUtils
 

P

PRIVATE_KEY - Static variable in class xyz.zhangbohan.common.tools.EncryptUtils
 
PUBLIC_KEY - Static variable in class xyz.zhangbohan.common.tools.EncryptUtils
 

R

readExcel(String, Integer) - Static method in class xyz.zhangbohan.common.tools.ExcelUtils
读取指定Sheet也的内容
readExcelSheet(Sheet) - Static method in class xyz.zhangbohan.common.tools.ExcelUtils
 
readTitle(String, int) - Static method in class xyz.zhangbohan.common.tools.ExcelUtils
读取指定Sheet页的表头
readTitle(Sheet) - Static method in class xyz.zhangbohan.common.tools.ExcelUtils
读取指定Sheet页的表头

S

saveSecret(String, String) - Static method in class xyz.zhangbohan.common.tools.EncryptUtils
模拟发送方 生成秘钥,并保存秘钥 (通过其他方式把秘钥提供给接收方,邮件,网络,U盘...)

T

testInitlize() - Static method in class xyz.zhangbohan.common.tools.EncryptUtils
 
TimeUtils - Class in xyz.zhangbohan.common.tools
file encoding: utf-8 Function : Create : 2019/11/6 9:19
TimeUtils() - Constructor for class xyz.zhangbohan.common.tools.TimeUtils
 
transToDate(LocalDateTime) - Static method in class xyz.zhangbohan.common.tools.TimeUtils
 

V

VerifyUtils - Class in xyz.zhangbohan.common.tools
file encoding: utf-8 Function : Create : 10/12/2019 10:14 AM
VerifyUtils() - Constructor for class xyz.zhangbohan.common.tools.VerifyUtils
 

W

writeExcel(String, String, List<String>, List<Map<String, Object>>) - Static method in class xyz.zhangbohan.common.tools.ExcelUtils
创建Excel文件
writeExcel(String, String) - Static method in class xyz.zhangbohan.common.tools.ExcelUtils
将源文件的内容复制到新Excel文件(可供理解Excel使用,使用价值不大)

X

xyz.zhangbohan.common.tools - package xyz.zhangbohan.common.tools
 
A C D E G I K O P R S T V W X 
Skip navigation links

Copyright © 2020. All rights reserved.