Package com.microej.crypto.test
Class KeyGeneratorTest
- java.lang.Object
-
- com.microej.crypto.test.KeyGeneratorTest
-
public class KeyGeneratorTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description KeyGeneratorTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidtestAESKeyGeneration()voidtestInvalidAlgorithm()Ensure invalid algorithms are handled correctlyvoidtestInvalidParameter()Ensure invalid parameters (key size in bits) are handled correctly
-
-
-
Method Detail
-
testInvalidAlgorithm
public void testInvalidAlgorithm() throws java.lang.ExceptionEnsure invalid algorithms are handled correctly- Throws:
java.lang.Exception
-
testInvalidParameter
public void testInvalidParameter() throws java.lang.ExceptionEnsure invalid parameters (key size in bits) are handled correctly- Throws:
java.lang.Exception
-
testAESKeyGeneration
public void testAESKeyGeneration() throws java.lang.Exception- Throws:
java.lang.Exception
-
-