Class EncryptedDataInHeaderTest


  • public class EncryptedDataInHeaderTest
    extends Object
    This test encrypts a Timestamp and the SOAP Body, and appends the ReferenceList Element after the EncryptedData Element that is the Timestamp. When processing, the EncryptedData Element gets decrypted, and then the ReferenceListProcessor must check to see whether the Data Reference pointing to the encrypted Timestamp needs to be decrypted or not.
    • Constructor Detail

      • EncryptedDataInHeaderTest

        public EncryptedDataInHeaderTest()
                                  throws Exception
        Throws:
        Exception
    • Method Detail

      • testEncryptedDataInHeader

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