Class DefaultSecureTokenServiceTest
- java.lang.Object
-
- de.hybris.platform.commerceservices.security.impl.DefaultSecureTokenServiceTest
-
@UnitTest public class DefaultSecureTokenServiceTest extends java.lang.Object
test forDefaultSecureTokenServiceTest
-
-
Constructor Summary
Constructors Constructor Description DefaultSecureTokenServiceTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()voidtestBlocksize()voidtestChecksum()voidtestCycle()voidtestDecryptEmpty()voidtestDecryptNull()voidtestEncryptEmpty()voidtestEncryptLenght()voidtestEncryptNull()
-
-
-
Method Detail
-
setUp
public void setUp() throws org.apache.commons.codec.DecoderException, java.security.NoSuchAlgorithmException- Throws:
org.apache.commons.codec.DecoderExceptionjava.security.NoSuchAlgorithmException
-
testEncryptLenght
public void testEncryptLenght()
-
testEncryptNull
public void testEncryptNull()
-
testEncryptEmpty
public void testEncryptEmpty()
-
testDecryptNull
public void testDecryptNull()
-
testDecryptEmpty
public void testDecryptEmpty()
-
testCycle
public void testCycle()
-
testBlocksize
public void testBlocksize()
-
testChecksum
public void testChecksum()
-
-