Posts by Spermato • 1 point
1 post
-
0
votes0
answers208
viewsQ: Validate JWT signature with public key ECDSA (Error Decoding Signature bytes)
Good, I need help validating a json web token signed with ES256 algorithm using a public key from a .pem. file I am using a lib from Java JWT and Bouncy Castle. I have this code: String…