public class SecureJwtFactory extends Object
| Constructor and Description |
|---|
SecureJwtFactory(Signer signer,
Algorithm algorithm,
Optional<String> keyId) |
| Modifier and Type | Method and Description |
|---|---|
Algorithm |
getAlgorithm() |
Optional<String> |
getKeyId() |
JsonWebToken |
makeJwt(Claims claimNames) |
public JsonWebToken makeJwt(Claims claimNames) throws JwtToJsonException
JwtToJsonExceptionpublic Algorithm getAlgorithm()
Copyright © 2017. All rights reserved.