Bouncy Castle Cryptography Library 1.71

org.bouncycastle.mail.smime.test
Class SMIMEToolkitTest

java.lang.Object
  |
  +--junit.framework.Assert
        |
        +--junit.framework.TestCase
              |
              +--org.bouncycastle.mail.smime.test.SMIMEToolkitTest
All Implemented Interfaces:
junit.framework.Test

public class SMIMEToolkitTest
extends junit.framework.TestCase


Constructor Summary
SMIMEToolkitTest()
           
 
Method Summary
static void main(java.lang.String[] args)
           
static junit.framework.Test suite()
           
 void testCertificateExtractionEncapsulated()
           
 void testCertificateExtractionMultipart()
           
 void testEncryptedMessage()
           
 void testEncryptedMimeBodyPart()
           
 void testEncryptedMimeBodyPartWithPKIXIdentity()
           
 void testEncryptedRecognition()
           
 void testEncryptedSignedMultipart()
           
 void testSignedMessageGenerationEncapsulated()
           
 void testSignedMessageGenerationMultipart()
           
 void testSignedMessageRecognitionEncapsulated()
           
 void testSignedMessageRecognitionMultipart()
           
 void testSignedMessageVerificationEncapsulated()
           
 void testSignedMessageVerificationEncapsulatedWithPKIXIdentity()
           
 void testSignedMessageVerificationMultipart()
           
 
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

SMIMEToolkitTest

public SMIMEToolkitTest()
Method Detail

testSignedMessageRecognitionMultipart

public void testSignedMessageRecognitionMultipart()
                                           throws java.lang.Exception

testSignedMessageRecognitionEncapsulated

public void testSignedMessageRecognitionEncapsulated()
                                              throws java.lang.Exception

testEncryptedRecognition

public void testEncryptedRecognition()
                              throws java.lang.Exception

testCertificateExtractionEncapsulated

public void testCertificateExtractionEncapsulated()
                                           throws java.lang.Exception

testCertificateExtractionMultipart

public void testCertificateExtractionMultipart()
                                        throws java.lang.Exception

testSignedMessageVerificationMultipart

public void testSignedMessageVerificationMultipart()
                                            throws java.lang.Exception

testSignedMessageVerificationEncapsulated

public void testSignedMessageVerificationEncapsulated()
                                               throws java.lang.Exception

testSignedMessageVerificationEncapsulatedWithPKIXIdentity

public void testSignedMessageVerificationEncapsulatedWithPKIXIdentity()
                                                               throws java.lang.Exception

testEncryptedMimeBodyPart

public void testEncryptedMimeBodyPart()
                               throws java.lang.Exception

testEncryptedMimeBodyPartWithPKIXIdentity

public void testEncryptedMimeBodyPartWithPKIXIdentity()
                                               throws java.lang.Exception

testEncryptedMessage

public void testEncryptedMessage()
                          throws java.lang.Exception

testEncryptedSignedMultipart

public void testEncryptedSignedMultipart()
                                  throws java.lang.Exception

testSignedMessageGenerationMultipart

public void testSignedMessageGenerationMultipart()
                                          throws java.lang.Exception

testSignedMessageGenerationEncapsulated

public void testSignedMessageGenerationEncapsulated()
                                             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.71