remove final

This commit is contained in:
Looly
2021-03-14 08:49:17 +08:00
parent a56ad96ef3
commit 02c72c7582
2 changed files with 3 additions and 3 deletions

View File

@@ -6,7 +6,7 @@
# 5.6.1 (2021-03-14)
### 新特性
* 【crypto 】 SecureUtil去除final修饰符issue#1474@Github
### Bug修复
-------------------------------------------------------------------------------------------------------------

View File

@@ -49,9 +49,9 @@ import java.util.Map;
* 2、非对称加密asymmetric例如RSA、DSA等<br>
* 3、摘要加密digest例如MD5、SHA-1、SHA-256、HMAC等<br>
*
* @author xiaoleilu, Gsealy
* @author Looly, Gsealy
*/
public final class SecureUtil {
public class SecureUtil {
/**
* 默认密钥字节数