Package org.bouncycastle.openpgp.test
Class DSA2Test
- java.lang.Object
-
- TestCase
-
- org.bouncycastle.openpgp.test.DSA2Test
-
public class DSA2Test extends TestCaseGPG compatability test vectors
-
-
Constructor Summary
Constructors Constructor Description DSA2Test()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static voidmain(java.lang.String[] args)voidsetUp()static Testsuite()voidtestGenerateK1024H224()voidtestGenerateK1024H256()voidtestGenerateK1024H384()voidtestGenerateK1024H512()voidtestGenerateK2048H256()voidtestGenerateK2048H512()voidtestK1024H160()voidtestK1024H224()voidtestK1024H256()voidtestK1024H384()voidtestK1024H512()voidtestK15360H512()voidtestK2048H224()voidtestK3072H256()voidtestK7680H384()
-
-
-
Method Detail
-
setUp
public void setUp()
-
testK1024H160
public void testK1024H160() throws java.lang.Exception- Throws:
java.lang.Exception
-
testK1024H224
public void testK1024H224() throws java.lang.Exception- Throws:
java.lang.Exception
-
testK1024H256
public void testK1024H256() throws java.lang.Exception- Throws:
java.lang.Exception
-
testK1024H384
public void testK1024H384() throws java.lang.Exception- Throws:
java.lang.Exception
-
testK1024H512
public void testK1024H512() throws java.lang.Exception- Throws:
java.lang.Exception
-
testK2048H224
public void testK2048H224() throws java.lang.Exception- Throws:
java.lang.Exception
-
testK3072H256
public void testK3072H256() throws java.lang.Exception- Throws:
java.lang.Exception
-
testK7680H384
public void testK7680H384() throws java.lang.Exception- Throws:
java.lang.Exception
-
testK15360H512
public void testK15360H512() throws java.lang.Exception- Throws:
java.lang.Exception
-
testGenerateK1024H224
public void testGenerateK1024H224() throws java.lang.Exception- Throws:
java.lang.Exception
-
testGenerateK1024H256
public void testGenerateK1024H256() throws java.lang.Exception- Throws:
java.lang.Exception
-
testGenerateK1024H384
public void testGenerateK1024H384() throws java.lang.Exception- Throws:
java.lang.Exception
-
testGenerateK1024H512
public void testGenerateK1024H512() throws java.lang.Exception- Throws:
java.lang.Exception
-
testGenerateK2048H256
public void testGenerateK2048H256() throws java.lang.Exception- Throws:
java.lang.Exception
-
testGenerateK2048H512
public void testGenerateK2048H512() throws java.lang.Exception- Throws:
java.lang.Exception
-
main
public static void main(java.lang.String[] args) throws java.lang.Exception- Throws:
java.lang.Exception
-
suite
public static Test suite() throws java.lang.Exception- Throws:
java.lang.Exception
-
-