org.bouncycastle.openpgp.test

Class DSA2Test


public class DSA2Test
extends TestCase

GPG compatability test vectors

Method Summary

static void
main(String[] args)
void
setUp()
static Test
suite()
void
testGenerateK1024H224()
void
testGenerateK1024H256()
void
testGenerateK1024H384()
void
testGenerateK1024H512()
void
testGenerateK2048H256()
void
testGenerateK2048H512()
void
testK1024H160()
void
testK1024H224()
void
testK1024H256()
void
testK1024H384()
void
testK1024H512()
void
testK15360H512()
void
testK2048H224()
void
testK3072H256()
void
testK7680H384()

Method Details

main

public static void main(String[] args)
            throws Exception

setUp

public void setUp()

suite

public static Test suite()
            throws Exception

testGenerateK1024H224

public void testGenerateK1024H224()
            throws Exception

testGenerateK1024H256

public void testGenerateK1024H256()
            throws Exception

testGenerateK1024H384

public void testGenerateK1024H384()
            throws Exception

testGenerateK1024H512

public void testGenerateK1024H512()
            throws Exception

testGenerateK2048H256

public void testGenerateK2048H256()
            throws Exception

testGenerateK2048H512

public void testGenerateK2048H512()
            throws Exception

testK1024H160

public void testK1024H160()
            throws Exception

testK1024H224

public void testK1024H224()
            throws Exception

testK1024H256

public void testK1024H256()
            throws Exception

testK1024H384

public void testK1024H384()
            throws Exception

testK1024H512

public void testK1024H512()
            throws Exception

testK15360H512

public void testK15360H512()
            throws Exception

testK2048H224

public void testK2048H224()
            throws Exception

testK3072H256

public void testK3072H256()
            throws Exception

testK7680H384

public void testK7680H384()
            throws Exception