mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-05-09 23:51:34 +08:00
1、sm4 修改
This commit is contained in:
parent
566fffdce1
commit
fcf9843c3b
@ -190,7 +190,7 @@ public class SmUtil {
|
||||
* @param key 密钥
|
||||
* @return {@link SymmetricCrypto}
|
||||
*/
|
||||
public static SymmetricCrypto sm4(byte[] key) {
|
||||
public static SM4 sm4(byte[] key) {
|
||||
return new SM4(key);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user