The note is here:
/**
* SECURE Submission test using "pre-cooked" metadata.
* Data for this test is in ./resources/sample_files/test1/
* <br>
* Corresponds to Connectathon 2007-2008 Test: 11743
* <br>
*
http://ihewiki.wustl.edu/wiki/index.php/XDS_Test_Kit_2007-2008_Test_Descriptions#11743
* <br>
* You must use a TLS enabled server and set the following environmental
variables
* to run this test:
* <li>'javax.net.ssl.keyStore' to the location of your key store
file</li>
* <li>'javax.net.ssl.keyStorePassword' to the password on your key store
file</li>
* <li>'javax.net.ssl.trustStore' to the location of your trust store
file</li>
* <li>'javax.net.ssl.trustStorePassword' to the password of your trust
store file</li>
* @throws Throwable