org.eclipse.ohf.ihe.pix.consumer.test.mesa.atna
Class MESA11141Test

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.eclipse.ohf.ihe.pix.consumer.test.mesa.atna.MESA11141Test
All Implemented Interfaces:
junit.framework.Test

public class MESA11141Test
extends junit.framework.TestCase


Constructor Summary
MESA11141Test()
           
 
Method Summary
 void test11141()
          Secure Node 11141: Server Certificate Exchange w/Valid Cert In this test, your client application requests a network connection with a MESA server using the standard X.509 (unexpired) certificates.
 
Methods inherited from class junit.framework.TestCase
countTestCases, getName, run, run, runBare, setName, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MESA11141Test

public MESA11141Test()
Method Detail

test11141

public final void test11141()
                     throws java.lang.Exception
Secure Node 11141: Server Certificate Exchange w/Valid Cert In this test, your client application requests a network connection with a MESA server using the standard X.509 (unexpired) certificates. The MESA server will complete the TLS handshake, read data from the socket and then disconnect after 2 seconds. Therefore, this test demonstrates your ability to implement the basic TLS handshake with the cyphersuite: TLS_RSA_WITH_NULL_SHA

Throws:
java.lang.Exception