mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-07-21 15:09:48 +08:00
fix comment
This commit is contained in:
@@ -14,7 +14,7 @@ public enum SymmetricAlgorithm {
|
||||
Blowfish("Blowfish"),
|
||||
/** 默认的DES加密方式:DES/ECB/PKCS5Padding */
|
||||
DES("DES"),
|
||||
/** 3DES算法,默认实现为:DESede/CBC/PKCS5Padding */
|
||||
/** 3DES算法,默认实现为:DESede/ECB/PKCS5Padding */
|
||||
DESede("DESede"),
|
||||
RC2("RC2"),
|
||||
|
||||
|
Reference in New Issue
Block a user