Package icu.easyj.jwt
Class SecretKeyUtils
java.lang.Object
icu.easyj.jwt.SecretKeyUtils
JWT工具类
- Author:
- wangliang181230
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
SecretKeyUtils
public SecretKeyUtils()
-
-
Method Details
-
generate
生成密钥- Parameters:
secretKey- 密钥串secretKeyAlgorithm- 与密钥关联的算法名称- Returns:
- 返回Key
-