Bouncy Castle Cryptography Library 1.65

org.bouncycastle.mail.smime.test
Class SMIMEMiscTest

java.lang.Object
  |
  +--junit.framework.Assert
        |
        +--junit.framework.TestCase
              |
              +--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)
           
 void testBrokenEnvelope()
           
 void testQuotePrintableSigPreservation()
           
 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
 
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)

testSHA256WithRSAParserEncryptedWithAES

public void testSHA256WithRSAParserEncryptedWithAES()
                                             throws java.lang.Exception

testSHA256WithRSACompressed

public void testSHA256WithRSACompressed()
                                 throws java.lang.Exception

testQuotePrintableSigPreservation

public void testQuotePrintableSigPreservation()
                                       throws java.lang.Exception

testSHA256WithRSAParserCompressed

public void testSHA256WithRSAParserCompressed()
                                       throws java.lang.Exception

testBrokenEnvelope

public void testBrokenEnvelope()
                        throws java.lang.Exception

Bouncy Castle Cryptography Library 1.65