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例如RSADSA等<br>
* 3摘要加密digest例如MD5SHA-1SHA-256HMAC等<br>
*
* @author xiaoleilu, Gsealy
* @author Looly, Gsealy
*/
public final class SecureUtil {
public class SecureUtil {
/**
* 默认密钥字节数