sm2 support encoding

This commit is contained in:
Looly
2020-04-17 17:09:16 +08:00
parent 07229be2db
commit 2f9fa2c29a
3 changed files with 70 additions and 8 deletions

View File

@@ -15,6 +15,7 @@
* 【aop 】 增加Spring-cglib支持改为SPI实现
* 【json 】 增加JSONUtil.parseXXX增加JSONConfig参数
* 【core 】 RandomUtil.randomNumber改为返回char
* 【crypto 】 SM2支持设置Digest和DSAEncodingissue#829@Github
### Bug修复
* 【json 】 修复解析JSON字符串时配置无法传递问题