- Type Parameters:
B - the type of the JWS body contents, either a String or a Claims instance.
- All Superinterfaces:
- Jwt<JwsHeader,B>
- All Known Implementing Classes:
- DefaultJws
public interface Jws<B>
extends Jwt<JwsHeader,B>
An expanded (not compact/serialized) Signed JSON Web Token.
- Since:
- 0.1