public class BcPGPDSATest
extends org.bouncycastle.util.test.SimpleTest
| Constructor and Description |
|---|
BcPGPDSATest() |
| Modifier and Type | Method and Description |
|---|---|
void |
generateTest(PGPSecretKeyRing sKey,
PGPPublicKey pgpPubKey,
PGPPrivateKey pgpPrivKey)
Generated signature test
|
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
sKey - pgpPrivKey - java.lang.Exceptionpublic void performTest()
throws java.lang.Exception
performTest in class org.bouncycastle.util.test.SimpleTestjava.lang.Exceptionpublic java.lang.String getName()
getName in interface org.bouncycastle.util.test.TestgetName in class org.bouncycastle.util.test.SimpleTestpublic static void main(java.lang.String[] args)