org.bouncycastle.openpgp.test

Class PGPDSATest


public class PGPDSATest
extends SimpleTest

Method Summary

void
generateTest(PGPSecretKeyRing sKey, PGPPublicKey pgpPubKey, PGPPrivateKey pgpPrivKey)
Generated signature test
String
getName()
static void
main(String[] args)
void
performTest()

Method Details

generateTest

public void generateTest(PGPSecretKeyRing sKey,
                         PGPPublicKey pgpPubKey,
                         PGPPrivateKey pgpPrivKey)
            throws Exception
Generated signature test
Parameters:
sKey -
pgpPrivKey -

getName

public String getName()

main

public static void main(String[] args)

performTest

public void performTest()
            throws Exception