allow JWS payload to be an arbitrary sequence of bytes

Issue #99 closed
Brian Campbell repo owner created an issue

Currently the JsonWebSignature payload is assumed/required to be a String. And while it usually will be a string in typical usage, per RFC 7515 the "payload can contain an arbitrary sequence of octets" and the jose4j API should allow for that.

Comments (3)

  1. Log in to comment