public class SecureJwtFactory
extends java.lang.Object
| Constructor | Description |
|---|---|
SecureJwtFactory(Signer signer,
Algorithm algorithm,
java.util.Optional<java.lang.String> keyId) |
| Modifier and Type | Method | Description |
|---|---|---|
Algorithm |
getAlgorithm() |
|
java.util.Optional<java.lang.String> |
getKeyId() |
|
JsonWebToken |
makeJwt(Claims claimNames) |
public JsonWebToken makeJwt(Claims claimNames) throws JwtToJsonException
JwtToJsonExceptionpublic Algorithm getAlgorithm()
public java.util.Optional<java.lang.String> getKeyId()