| Constructor | Description |
|---|---|
Signer(JwtSerde jwtSerde,
java.util.Base64.Encoder encoder) |
| Modifier and Type | Method | Description |
|---|---|---|
protected byte[] |
encode(byte[] input) |
|
abstract byte[] |
run(byte[] input) |
|
byte[] |
run(JsonWebToken jwt) |
public Signer(JwtSerde jwtSerde, java.util.Base64.Encoder encoder)
public byte[] run(JsonWebToken jwt) throws JwtToJsonException
JwtToJsonExceptionprotected byte[] encode(byte[] input)
public abstract byte[] run(byte[] input)