Package icu.easyj.jwt
Class JwtProperties
java.lang.Object
icu.easyj.jwt.JwtProperties
JWT信息
- Author:
- wangliang181230
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetAlgorithmId(String algorithmId) voidsetSecretKey(String secretKey) voidsetSecretKeyAlgorithm(String secretKeyAlgorithm)
-
Constructor Details
-
JwtProperties
public JwtProperties()
-
-
Method Details
-
getAlgorithmId
-
setAlgorithmId
-
getSecretKey
-
setSecretKey
-
getSecretKeyAlgorithm
-
setSecretKeyAlgorithm
-