Class ExSExprTest

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

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

    • ExSExprTest

      public ExSExprTest()
  • Method Details

    • main

      public static void main(String[] args) throws Exception
      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
    • testECNistCurves

      public void testECNistCurves() throws Exception
      Throws:
      Exception
    • testBrainPoolCurves

      public void testBrainPoolCurves() throws Exception
      Throws:
      Exception
    • testECEdwardsOpen

      public void testECEdwardsOpen() throws Exception
      Throws:
      Exception
    • testECEdwardsProtected

      public void testECEdwardsProtected() throws Exception
      Throws:
      Exception
    • testDSAElgamalOpen

      public void testDSAElgamalOpen() throws Exception
      Throws:
      Exception
    • testDSAProtected

      public void testDSAProtected() throws Exception
      Throws:
      Exception
    • testRSAOpen

      public void testRSAOpen() throws Exception
      Throws:
      Exception
    • testProtectedRSA

      public void testProtectedRSA() throws Exception
      Throws:
      Exception
    • testShadowedRSA

      public void testShadowedRSA() throws Exception
      Throws:
      Exception
    • performTest

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

      public void validateDSAKey(PGPKeyPair keyPair)
    • validateEdKey

      public void validateEdKey(PGPKeyPair keyPair) throws Exception
      Throws:
      Exception
    • validateEcKey

      public void validateEcKey(PGPKeyPair keyPair) throws Exception
      Throws:
      Exception
    • validateRSAKey

      public void validateRSAKey(PGPKeyPair keyPair)