| Constructor and Description |
|---|
Signer(JWTSerializer jwtSerializer,
Base64.Encoder encoder) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
encode(byte[] input) |
abstract String |
run(byte[] input) |
String |
run(JsonWebToken jwt) |
public Signer(JWTSerializer jwtSerializer, Base64.Encoder encoder)
public String run(JsonWebToken jwt) throws JwtToJsonException
JwtToJsonExceptionprotected String encode(byte[] input)
public abstract String run(byte[] input)
Copyright © 2017. All rights reserved.