| org.jaffa.security.EncryptionHelperTest
EncryptionHelperTest | public class EncryptionHelperTest extends TestCase (Code) | | author: GautamJ |
EncryptionHelperTest | public EncryptionHelperTest(String name)(Code) | | Creates new QueryTest
Parameters: name - The name of the test case. |
setUp | protected void setUp()(Code) | | Sets up the fixture, by creating the UOW. This method is called before a test is executed.
|
tearDown | protected void tearDown()(Code) | | Tears down the fixture, by closing the UOW. This method is called after a test is executed.
|
testBasicFunctions | public void testBasicFunctions()(Code) | | |
testBasicFunctions2 | public void testBasicFunctions2()(Code) | | |
testCreateKey | public void testCreateKey()(Code) | | |
testEncryptObject | public void testEncryptObject()(Code) | | |
testEncryptString | public void testEncryptString()(Code) | | See if we can encrypt a string for use as a url, and then un-encrypt it
|
|
|