KeyUtil中的读取KeyStore文件的方法增加全局Provider

This commit is contained in:
Looly
2022-12-27 19:52:33 +08:00
parent b78657f67f
commit 05c32a8f46
2 changed files with 30 additions and 14 deletions

View File

@@ -11,6 +11,7 @@
* 【core 】 HtmlUtil中escape方法增加不断开空格nbsp转译防止xss攻击pr#2755@Github
* 【extra 】 修正sftp.cd方法 方法注释和实际效果不符issue#2758@Github
* 【core 】 修改PhoneUtil容易歧义的注释issue#I63GWK@Gitee
* 【crypto】 KeyUtil中的读取KeyStore文件的方法增加全局Providerissue#I6796G@Gitee
*
### 🐞Bug修复
* 【json 】 修复普通byte数组转JSONArray时的异常pr#875@Gitee