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 Details

    • SMIMEToolkitTest

      public SMIMEToolkitTest()
  • Method Details

    • testSignedMessageRecognitionMultipart

      public void testSignedMessageRecognitionMultipart() throws Exception
      Throws:
      Exception
    • testSignedMessageRecognitionEncapsulated

      public void testSignedMessageRecognitionEncapsulated() throws Exception
      Throws:
      Exception
    • testEncryptedRecognition

      public void testEncryptedRecognition() throws Exception
      Throws:
      Exception
    • testCertificateExtractionEncapsulated

      public void testCertificateExtractionEncapsulated() throws Exception
      Throws:
      Exception
    • testCertificateExtractionMultipart

      public void testCertificateExtractionMultipart() throws Exception
      Throws:
      Exception
    • testSignedMessageVerificationMultipart

      public void testSignedMessageVerificationMultipart() throws Exception
      Throws:
      Exception
    • testSignedMessageVerificationEncapsulated

      public void testSignedMessageVerificationEncapsulated() throws Exception
      Throws:
      Exception
    • testSignedMessageVerificationEncapsulatedWithPKIXIdentity

      public void testSignedMessageVerificationEncapsulatedWithPKIXIdentity() throws Exception
      Throws:
      Exception
    • testEncryptedMimeBodyPart

      public void testEncryptedMimeBodyPart() throws Exception
      Throws:
      Exception
    • testEncryptedMimeBodyPartWithPKIXIdentity

      public void testEncryptedMimeBodyPartWithPKIXIdentity() throws Exception
      Throws:
      Exception
    • testEncryptedMessage

      public void testEncryptedMessage() throws Exception
      Throws:
      Exception
    • testEncryptedSignedMultipart

      public void testEncryptedSignedMultipart() throws Exception
      Throws:
      Exception
    • testSignedMessageGenerationMultipart

      public void testSignedMessageGenerationMultipart() throws Exception
      Throws:
      Exception
    • testSignedMessageGenerationEncapsulated

      public void testSignedMessageGenerationEncapsulated() throws Exception
      Throws:
      Exception
    • main

      public static void main(String[] args)
    • suite

      public static junit.framework.Test suite()