JWE object with signed JWT throws NPE on encryption.

Issue #110 resolved
Phyoe Wai created an issue

Hi I'm following one of the examples from the website http://connect2id.com/products/nimbus-jose-jwt/examples/signed-and-encrypted-jwt and hit NPE.

Encrypting JWE object with signed JWT throws NPE. I studied the code a bit and found out that toByte() API does not support SignedJWT converstion to byte.

Comments (11)

  1. Log in to comment