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