Package icu.easyj.jwt

Class JwtProperties

java.lang.Object
icu.easyj.jwt.JwtProperties

public class JwtProperties extends Object
JWT信息
Author:
wangliang181230
  • Constructor Details

    • JwtProperties

      public JwtProperties()
  • Method Details

    • getAlgorithmId

      public String getAlgorithmId()
    • setAlgorithmId

      public void setAlgorithmId(String algorithmId)
    • getSecretKey

      public String getSecretKey()
    • setSecretKey

      public void setSecretKey(String secretKey)
    • getSecretKeyAlgorithm

      public String getSecretKeyAlgorithm()
    • setSecretKeyAlgorithm

      public void setSecretKeyAlgorithm(String secretKeyAlgorithm)