What library contains "JWSObject" class?
I was reading following link: http://www.ateam-oracle.com/implementing-oauth-2-with-oracle-access-manager-oauth-services-part-v/.
While I was reading part V of sample code (validateJWT method), I noticed "JWSObject" class. Does anyone know what library I should import in IDE such as eclipse, if I want to avoid compile time error?
I downloaded source example from the same page, but I didn't see that class ever used in the sample.