Bouncy Castle Cryptography Library 1.46

org.bouncycastle.openpgp.examples.test
Class AllTests

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.bouncycastle.openpgp.examples.test.AllTests
All Implemented Interfaces:
junit.framework.Test

public class AllTests
extends junit.framework.TestCase


Constructor Summary
AllTests()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 void setUp()
           
static junit.framework.Test suite()
           
 void tearDown()
           
 void testClearSigned()
           
 void testClearSignedBogusInput()
           
 void testDSAElGamaleKeyGeneration()
           
 void testPBEEncryption()
           
 void testRSAKeyGeneration()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail, failNotEquals, failNotSame, failSame
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AllTests

public AllTests()
Method Detail

setUp

public void setUp()
           throws java.lang.Exception
Overrides:
setUp in class junit.framework.TestCase
Throws:
java.lang.Exception

tearDown

public void tearDown()
Overrides:
tearDown in class junit.framework.TestCase

testRSAKeyGeneration

public void testRSAKeyGeneration()
                          throws java.lang.Exception
Throws:
java.lang.Exception

testDSAElGamaleKeyGeneration

public void testDSAElGamaleKeyGeneration()
                                  throws java.lang.Exception
Throws:
java.lang.Exception

testPBEEncryption

public void testPBEEncryption()
                       throws java.lang.Exception
Throws:
java.lang.Exception

testClearSigned

public void testClearSigned()
                     throws java.lang.Exception
Throws:
java.lang.Exception

testClearSignedBogusInput

public void testClearSignedBogusInput()
                               throws java.lang.Exception
Throws:
java.lang.Exception

main

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

suite

public static junit.framework.Test suite()

Bouncy Castle Cryptography Library 1.46