Class EncryptionGCMTest


  • public class EncryptionGCMTest
    extends Object
    A set of test-cases for encrypting and decrypting SOAP requests using GCM. See: https://issues.apache.org/jira/browse/WSS-325
    • Constructor Detail

    • Method Detail

      • setUp

        @BeforeEach
        public void setUp()
                   throws Exception
        Setup method
        Throws:
        Exception - Thrown when there is a problem in setup
      • testAES192GCM_RSAOAEP_SHA256_MGFSHA256

        @Test
        public void testAES192GCM_RSAOAEP_SHA256_MGFSHA256()
                                                    throws Exception
        Throws:
        Exception