Package org.jastacry.test
Class TestExportEncryption
- java.lang.Object
-
- org.jastacry.test.TestExportEncryption
-
public class TestExportEncryption extends java.lang.Object
Test 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 void
testAes128()
Testcase testAes128.void
testAes256()
Testcase testAes256.void
testJavaVersion()
Testcase get java version.void
testMaxKeylength()
Testcase get max key length.
-
-
-
Method Detail
-
testJavaVersion
@Test public void testJavaVersion()
Testcase get java version.
-
testMaxKeylength
@Test public void testMaxKeylength() throws java.security.NoSuchAlgorithmException
Testcase 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.
-
-