mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-07-21 15:09:48 +08:00
fix code
This commit is contained in:
@@ -15,7 +15,7 @@ package org.dromara.hutool.json.jwt.signers;
|
||||
import org.dromara.hutool.core.map.BiMap;
|
||||
import org.dromara.hutool.core.util.ObjUtil;
|
||||
import org.dromara.hutool.crypto.asymmetric.SignAlgorithm;
|
||||
import org.dromara.hutool.crypto.digest.HmacAlgorithm;
|
||||
import org.dromara.hutool.crypto.digest.mac.HmacAlgorithm;
|
||||
|
||||
import java.util.HashMap;
|
||||
|
||||
|
@@ -15,7 +15,7 @@ package org.dromara.hutool.json.jwt.signers;
|
||||
import org.dromara.hutool.core.text.StrUtil;
|
||||
import org.dromara.hutool.core.util.ByteUtil;
|
||||
import org.dromara.hutool.core.util.CharsetUtil;
|
||||
import org.dromara.hutool.crypto.digest.HMac;
|
||||
import org.dromara.hutool.crypto.digest.mac.HMac;
|
||||
|
||||
import java.nio.charset.Charset;
|
||||
import java.security.Key;
|
||||
|
Reference in New Issue
Block a user