public class JwtProperties extends Object
| Constructor and Description |
|---|
JwtProperties() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAlgorithmId() |
String |
getSecretKey() |
String |
getSecretKeyAlgorithm() |
void |
setAlgorithmId(String algorithmId) |
void |
setSecretKey(String secretKey) |
void |
setSecretKeyAlgorithm(String secretKeyAlgorithm) |
public String getAlgorithmId()
public void setAlgorithmId(String algorithmId)
public String getSecretKey()
public void setSecretKey(String secretKey)
public String getSecretKeyAlgorithm()
public void setSecretKeyAlgorithm(String secretKeyAlgorithm)
Copyright © 2021–2022 EasyJ????. All rights reserved.