808182838485868788
.setType("JWT") .setAlgorithm("TEST") .setPayload(payload) .sign(method, key) .build(); assertTrue(jws.validate(method, key)); } }