org.bouncycastle.mail.smime.test
Class SMIMEMiscTest

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

public class SMIMEMiscTest
extends junit.framework.TestCase


Constructor Summary
SMIMEMiscTest(java.lang.String name)
           
 
Method Summary
static void main(java.lang.String[] args)
           
static junit.framework.Test suite()
           
 void testSHA256WithRSACompressed()
           
 void testSHA256WithRSAParserCompressed()
           
 void testSHA256WithRSAParserEncryptedWithAES()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, tearDown, 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

SMIMEMiscTest

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

main

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

suite

public static junit.framework.Test suite()

testSHA256WithRSAParserEncryptedWithAES

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

testSHA256WithRSACompressed

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

testSHA256WithRSAParserCompressed

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