mirror of
https://gitee.com/dromara/hutool.git
synced 2025-04-05 17:37:59 +08:00
fix code
This commit is contained in:
parent
29e8977b1e
commit
19f39309be
@ -12,6 +12,8 @@
|
||||
* 【extra 】 MailAccount增加sslProtocols配置项(issue#IZN95@Gitee)
|
||||
* 【extra 】 MailUtil增加getSession方法
|
||||
* 【setting】 新增setByGroup和putByGroup,set和put标记为过期(issue#I2C42H@Gitee)
|
||||
* 【crypto 】 修改SymmetricAlgorithm注释(issue#1360@Github)
|
||||
* 【all 】 pom中将META-INF/maven下全部exclude(pr#1355@Github)
|
||||
|
||||
### Bug修复
|
||||
* 【core 】 修复CsvReader读取双引号未转义问题(issur#I2BMP1@Gitee)
|
||||
|
@ -8,7 +8,7 @@ package cn.hutool.crypto.symmetric;
|
||||
*
|
||||
*/
|
||||
public enum SymmetricAlgorithm {
|
||||
/** 默认的AES加密方式:AES/CBC/PKCS5Padding */
|
||||
/** 默认的AES加密方式:AES/ECB/PKCS5Padding */
|
||||
AES("AES"),
|
||||
ARCFOUR("ARCFOUR"),
|
||||
Blowfish("Blowfish"),
|
||||
|
Loading…
Reference in New Issue
Block a user