Class AssertionSigningTest


  • public class AssertionSigningTest
    extends Object
    A list of test-cases to test the functionality of signing with SamlAssertionWrapper class implementation.
    • Constructor Detail

    • Method Detail

      • testSigningWithDefaultAlgorithms

        @Test
        public void testSigningWithDefaultAlgorithms()
                                              throws Exception
        Test that creates an SamlAssertionWrapper object and signs using default signature and canonicalization algorithms. The defaults should match otherwise the test-case fails.
        Throws:
        Exception
      • testSigningWithCustomAlgorithms

        @Test
        public void testSigningWithCustomAlgorithms()
                                             throws Exception
        Test that creates an SamlAssertionWrapper object and signs using custom signature and canonicalization algorithms.
        Throws:
        Exception