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.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)