| Constructor and Description |
|---|
DefaultJws(JwsHeader header,
B body,
String signature) |
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 © 2018. All rights reserved.