| edu.iu.uis.eden.security.DESEncryptionServiceTest
DESEncryptionServiceTest | public class DESEncryptionServiceTest extends TestCase (Code) | | Tests the DESEncryptionService.
author: Eric Westfall |
testEncryptionMultiThreaded | public void testEncryptionMultiThreaded() throws Exception(Code) | | Verfies that the DESEncryptionService is thread-safe. We had problems originally with the
thread-safety of the implementation so we added this test to verify and prevent regression.
|
testEncryptionMultiThreadedSafe | public void testEncryptionMultiThreadedSafe() throws Exception(Code) | | Similar to the test above except that a new DESEncryptionService is created for each thread.
|
|
|