支持"RSA/ECB/OAEPWithSHA-1AndMGF1Padding"的RSA加解密

This commit is contained in:
Looly 2024-07-30 09:41:41 +08:00
parent 64ea9b2a87
commit 1e469e6dbf

View File

@ -2,7 +2,7 @@
# 🚀Changelog # 🚀Changelog
------------------------------------------------------------------------------------------------------------- -------------------------------------------------------------------------------------------------------------
# 5.8.30(2024-07-18) # 5.8.30(2024-07-30)
### 🐣新特性 ### 🐣新特性
* 【core 】 Converter转换规则变更空对象、空值转为Bean时创建默认对象而非nullissue#3649@Github * 【core 】 Converter转换规则变更空对象、空值转为Bean时创建默认对象而非nullissue#3649@Github
@ -10,6 +10,7 @@
* 【extra 】 增加JakartaMailUtil支持新包名的mail * 【extra 】 增加JakartaMailUtil支持新包名的mail
* 【core 】 CharSequenceUtil增加removeAllPrefix和removeAllSuffix方法pr#3655@Github * 【core 】 CharSequenceUtil增加removeAllPrefix和removeAllSuffix方法pr#3655@Github
* 【core 】 CharSequenceUtil增加stripAll方法pr#3659@Github * 【core 】 CharSequenceUtil增加stripAll方法pr#3659@Github
* 【crypto 】 支持"RSA/ECB/OAEPWithSHA-1AndMGF1Padding"的RSA加解密pr#3675@Github
### 🐞Bug修复 ### 🐞Bug修复
* 【core 】 修复因RFC3986理解有误导致的UrlPath处理冒号转义问题issue#IAAE88@Gitee * 【core 】 修复因RFC3986理解有误导致的UrlPath处理冒号转义问题issue#IAAE88@Gitee