I'm using the Oracle jwt Java libs in osdt_restsec and osdt_core, version 12.1.2, and trying to sign a JWT with the "RS256" algorithm. Am getting the following exception:
oracle.security.restsec.jwt.SigningException: java.security.NoSuchAlgorithmException: Algorithm SHA256withRSA not available
Same code works fine with other algorithms, like "HS256". Is this algorithm implemented in the library?
Thanks for any pointers.