Class RolesAllowedSignEncryptRsaOaepTest

  • All Implemented Interfaces:
    org.testng.IHookable, org.testng.ITestNGListener

    public class RolesAllowedSignEncryptRsaOaepTest
    extends org.jboss.arquillian.testng.Arquillian
    Test that decryption of an inner signed JWT token encrypted using RSA-OAEP algorithm succeeds with `RSA-OAEP` but fails with `RSA-OAEP-256` if `mp.jwt.decrypt.key.algorithm=RSA-OAEP` is configured.
    • Constructor Detail

      • RolesAllowedSignEncryptRsaOaepTest

        public RolesAllowedSignEncryptRsaOaepTest()
    • Method Detail

      • createDeployment

        @Deployment(testable=true)
        public static org.jboss.shrinkwrap.api.spec.WebArchive createDeployment()
                                                                         throws IOException
        Create a CDI aware base web application archive
        Returns:
        the base base web application archive
        Throws:
        IOException - - on resource failure
      • generateToken

        @BeforeClass(alwaysRun=true)
        public static void generateToken()
                                  throws Exception
        Throws:
        Exception
      • callEchoRsaOaep

        @RunAsClient
        public void callEchoRsaOaep()
      • callEchoRsaOaep256

        @RunAsClient
        public void callEchoRsaOaep256()
                                throws Exception
        Throws:
        Exception