org.silverpeas.util.crypto
Class BlowfishCipherTest

java.lang.Object
  extended by org.silverpeas.util.crypto.BlowfishCipherTest

public class BlowfishCipherTest
extends Object

Unit tests on the Blowfish cipher as implemented in Silverpeas.


Constructor Summary
BlowfishCipherTest()
           
 
Method Summary
 void setUp()
           
 void testDecrypt()
           
 void testEncrypt()
           
 void testGetAlgorithmName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BlowfishCipherTest

public BlowfishCipherTest()
Method Detail

setUp

public void setUp()
           throws Exception
Throws:
Exception

testGetAlgorithmName

public void testGetAlgorithmName()
                          throws Exception
Throws:
Exception

testEncrypt

public void testEncrypt()
                 throws Exception
Throws:
Exception

testDecrypt

public void testDecrypt()
                 throws Exception
Throws:
Exception


Copyright © 2016 Silverpeas. All Rights Reserved.