Bouncy Castle Cryptography Library 1.46

org.bouncycastle.cert.crmf.test
Class AllTests

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

public class AllTests
extends junit.framework.TestCase


Constructor Summary
AllTests(java.lang.String name)
           
 
Method Summary
static void main(java.lang.String[] args)
           
 void setUp()
           
static junit.framework.Test suite()
           
 void tearDown()
           
 void testBasicMessageWithArchiveControl()
           
 void testEncryptedValue()
           
 void testEncryptedValuePassphrase()
           
 void testEncryptedValuePassphraseWithPadding()
           
 void testProofOfPossessionWithoutSender()
           
 void testProofOfPossessionWithSender()
           
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AllTests

public AllTests(java.lang.String name)
Method Detail

main

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

suite

public static junit.framework.Test suite()

setUp

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

tearDown

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

testBasicMessageWithArchiveControl

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

testProofOfPossessionWithoutSender

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

testProofOfPossessionWithSender

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

testEncryptedValue

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

testEncryptedValuePassphrase

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

testEncryptedValuePassphraseWithPadding

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

Bouncy Castle Cryptography Library 1.46