Package org.jastacry.test
Class TestExportEncryption
- java.lang.Object
-
- org.jastacry.test.TestExportEncryption
-
public class TestExportEncryption extends java.lang.ObjectTest of export encryption features.- Author:
- Kai Kretschmann
-
-
Constructor Summary
Constructors Constructor Description TestExportEncryption()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidtestAes128()Testcase testAes128.voidtestAes256()Testcase testAes256.voidtestJavaVersion()Testcase get java version.voidtestMaxKeylength()Testcase get max key length.
-
-
-
Method Detail
-
testJavaVersion
@Test public void testJavaVersion()
Testcase get java version.
-
testMaxKeylength
@Test public void testMaxKeylength() throws java.security.NoSuchAlgorithmExceptionTestcase get max key length.- Throws:
java.security.NoSuchAlgorithmException- in case of export restrictions
-
testAes128
@Test public void testAes128()
Testcase testAes128.
-
testAes256
@Test public void testAes256()
Testcase testAes256.
-
-