| Constructor and Description |
|---|
DefaultJws(JwsHeader header,
B body,
String signature) |
| Modifier and Type | Method and Description |
|---|---|
B |
getBody()
Returns the JWT body, either a
String or a Claims instance. |
JwsHeader |
getHeader()
Returns the JWT
Header or null if not present. |
String |
getSignature() |
String |
toString() |
public JwsHeader getHeader()
JwtHeader or null if not present.public B getBody()
JwtString or a Claims instance.public String getSignature()
getSignature in interface Jws<B>Copyright © 2017. All rights reserved.