public class PGPDSATest
extends org.bouncycastle.util.test.SimpleTest
Constructor and Description |
---|
PGPDSATest() |
Modifier and Type | Method and Description |
---|---|
void |
generateTest(PGPSecretKeyRing sKey,
PGPPublicKey pgpPubKey,
PGPPrivateKey pgpPrivKey) |
java.lang.String |
getName() |
static void |
main(java.lang.String[] args) |
void |
performTest() |
public void generateTest(PGPSecretKeyRing sKey, PGPPublicKey pgpPubKey, PGPPrivateKey pgpPrivKey) throws java.lang.Exception
java.lang.Exception
public void performTest() throws java.lang.Exception
performTest
in class org.bouncycastle.util.test.SimpleTest
java.lang.Exception
public java.lang.String getName()
getName
in interface org.bouncycastle.util.test.Test
getName
in class org.bouncycastle.util.test.SimpleTest
public static void main(java.lang.String[] args)