@Override
public void writeTo(JwtToken token, Class<?> cls, Type type, Annotation[] anns, MediaType mt,
MultivaluedMap<String, Object> headers, OutputStream os) throws IOException,
WebApplicationException {
JwsJwtCompactProducer p = new JwsJwtCompactProducer(token);
writeJws(p, os);
}