PemUtil.readPemPrivateKey支持pkcs#1格式,增加OpensslKeyUtil

This commit is contained in:
Looly
2022-07-17 21:26:09 +08:00
parent b6a4be4aab
commit 5ba2ba9e2a
30 changed files with 411 additions and 294 deletions

View File

@@ -21,6 +21,7 @@
* 【core 】 增加TemporalAccessorUtil.isIn、LocalDateTimeUtil.isInissue#I5HBL0@Gitee
* 【core 】 ReUtil增加getAllGroups重载pr#2455@Github
* 【core 】 PageUtil#totalPage增加totalCount为long类型的重载方法pr#2442@Github
* 【crypto 】 PemUtil.readPemPrivateKey支持pkcs#1格式增加OpensslKeyUtilpr#2456@Github
*
### 🐞Bug修复
* 【core 】 修复CollUtil里面关于可变参数传null造成的crash问题pr#2428@Github