Bouncy Castle Cryptography 1.30

org.bouncycastle.mail.smime.test
Class SMIMEEnvelopedTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.bouncycastle.mail.smime.test.SMIMEEnvelopedTest
All Implemented Interfaces:
junit.framework.Test

public class SMIMEEnvelopedTest
extends junit.framework.TestCase


Field Summary
 boolean DEBUG
           
 
Constructor Summary
SMIMEEnvelopedTest(java.lang.String name)
           
 
Method Summary
 void log(java.lang.Exception _ex)
           
 void log(java.lang.String _msg)
           
static void main(java.lang.String[] args)
           
 void setUp()
           
static junit.framework.Test suite()
           
 void tearDown()
           
 void testCapEncrypt()
           
 void testCASTEncrypted()
           
 void testDESEDE3Encrypted()
           
 void testIDEAEncrypted()
           
 void testRC2Encrypted()
           
 void testSubKeyId()
           
 
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
 

Field Detail

DEBUG

public boolean DEBUG
Constructor Detail

SMIMEEnvelopedTest

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

main

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

suite

public static junit.framework.Test suite()
                                  throws java.lang.Exception
Throws:
java.lang.Exception

log

public void log(java.lang.Exception _ex)

log

public void log(java.lang.String _msg)

setUp

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

tearDown

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

testDESEDE3Encrypted

public void testDESEDE3Encrypted()

testIDEAEncrypted

public void testIDEAEncrypted()

testRC2Encrypted

public void testRC2Encrypted()

testCASTEncrypted

public void testCASTEncrypted()

testSubKeyId

public void testSubKeyId()

testCapEncrypt

public void testCapEncrypt()

Bouncy Castle Cryptography 1.30