add test and change AES costructor

This commit is contained in:
Looly
2021-09-07 23:54:57 +08:00
parent c50a63a196
commit 4c237ba95e
6 changed files with 119 additions and 13 deletions

View File

@@ -15,6 +15,7 @@
* 【crypto 】 SymmetricCrypto增加setMode方法update采用累加模式pr#1642@Github
* 【core 】 ZipReader支持Filter
* 【all 】 Sftp、Ftp、HttpDownloader增加download重载支持避免传输文件损坏pr#407@Gitee
* 【crypto 】 AES修改构造的IvParameterSpec为AlgorithmParameterSpecissue#1814@Gitee
### 🐞Bug修复
* 【core 】 修复ListUtil.split方法越界问题issue#I48Q0P@Gitee