mirror of
https://gitee.com/dromara/hutool.git
synced 2025-07-16 07:59:46 +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…
Reference in New Issue
Block a user