mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-07-21 15:09:48 +08:00
add test
This commit is contained in:
@@ -4,7 +4,7 @@ package cn.hutool.crypto;
|
||||
* 模式
|
||||
*
|
||||
* <p>
|
||||
* 加密算法模式,是用来描述加密算法(此处特指分组密码,不包括流密码,)在加密时对明文分组的模式,它代表了不同的分组方式
|
||||
* 加密算法模式,是用来描述加密算法(此处特指分组密码,不包括流密码)在加密时对明文分组的模式,它代表了不同的分组方式
|
||||
*
|
||||
* @author Looly
|
||||
* @see <a href="https://docs.oracle.com/javase/7/docs/technotes/guides/security/StandardNames.html#Cipher"> Cipher章节</a>
|
||||
|
Reference in New Issue
Block a user