Bouncy Castle Cryptography 1.29

org.bouncycastle.openpgp.test
Class PGPDSATest

java.lang.Object
  |
  +--org.bouncycastle.openpgp.test.PGPDSATest

public class PGPDSATest
extends java.lang.Object
implements org.bouncycastle.util.test.Test


Constructor Summary
PGPDSATest()
           
 
Method Summary
 org.bouncycastle.util.test.TestResult generateTest(PGPSecretKeyRing sKey, PGPPublicKey pgpPubKey, PGPPrivateKey pgpPrivKey)
          Generated signature test
 java.lang.String getName()
           
static void main(java.lang.String[] args)
           
 org.bouncycastle.util.test.TestResult perform()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PGPDSATest

public PGPDSATest()
Method Detail

generateTest

public org.bouncycastle.util.test.TestResult generateTest(PGPSecretKeyRing sKey,
                                                          PGPPublicKey pgpPubKey,
                                                          PGPPrivateKey pgpPrivKey)
                                                   throws java.lang.Exception
Generated signature test
Parameters:
sKey -  
pgpPrivKey -  
Returns:
test result

perform

public org.bouncycastle.util.test.TestResult perform()
Specified by:
perform in interface org.bouncycastle.util.test.Test

getName

public java.lang.String getName()
Specified by:
getName in interface org.bouncycastle.util.test.Test

main

public static void main(java.lang.String[] args)

Bouncy Castle Cryptography 1.29