Class BcPGPDSATest

java.lang.Object
org.bouncycastle.util.test.SimpleTest
org.bouncycastle.openpgp.test.BcPGPDSATest
All Implemented Interfaces:
org.bouncycastle.util.test.Test

public class BcPGPDSATest extends org.bouncycastle.util.test.SimpleTest
  • Constructor Details

    • BcPGPDSATest

      public BcPGPDSATest()
  • Method Details

    • generateTest

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

      public void performTest() throws Exception
      Specified by:
      performTest in class org.bouncycastle.util.test.SimpleTest
      Throws:
      Exception
    • getName

      public String getName()
      Specified by:
      getName in interface org.bouncycastle.util.test.Test
      Specified by:
      getName in class org.bouncycastle.util.test.SimpleTest
    • main

      public static void main(String[] args)