mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-07-21 15:09:48 +08:00
fix return
This commit is contained in:
@@ -188,9 +188,9 @@ public class SmUtil {
|
||||
* </pre>
|
||||
*
|
||||
* @param key 密钥
|
||||
* @return {@link SymmetricCrypto}
|
||||
* @return {@link SM4}
|
||||
*/
|
||||
public static SymmetricCrypto sm4(byte[] key) {
|
||||
public static SM4 sm4(byte[] key) {
|
||||
return new SM4(key);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user