org.silverpeas.authentication.encryption
Class PasswordEncryptionFactoryTest

java.lang.Object
  extended by org.silverpeas.authentication.encryption.PasswordEncryptionFactoryTest

public class PasswordEncryptionFactoryTest
extends Object

Unit tests on the getting of the correct PasswordEncryption implementations with the PasswordEncryptionFactory instances.


Constructor Summary
PasswordEncryptionFactoryTest()
           
 
Method Summary
 void setUp()
           
 void testGetDefaultPasswordEncryption()
           
 void testGetPasswordEncryptionFromADESDigest()
           
 void testGetPasswordEncryptionFromAMD5Digest()
           
 void testGetPasswordEncryptionFromASHA512Digest()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PasswordEncryptionFactoryTest

public PasswordEncryptionFactoryTest()
Method Detail

setUp

public void setUp()
           throws Exception
Throws:
Exception

testGetDefaultPasswordEncryption

public void testGetDefaultPasswordEncryption()
                                      throws Exception
Throws:
Exception

testGetPasswordEncryptionFromADESDigest

public void testGetPasswordEncryptionFromADESDigest()
                                             throws Exception
Throws:
Exception

testGetPasswordEncryptionFromAMD5Digest

public void testGetPasswordEncryptionFromAMD5Digest()
                                             throws Exception
Throws:
Exception

testGetPasswordEncryptionFromASHA512Digest

public void testGetPasswordEncryptionFromASHA512Digest()
                                                throws Exception
Throws:
Exception


Copyright © 2016 Silverpeas. All Rights Reserved.