Class SMIMEMiscTest

  • All Implemented Interfaces:
    junit.framework.Test

    public class SMIMEMiscTest
    extends junit.framework.TestCase
    • Constructor Summary

      Constructors 
      Constructor Description
      SMIMEMiscTest​(java.lang.String name)  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static void main​(java.lang.String[] args)  
      void testBrokenEnvelope()  
      void testQuotePrintableSigPreservation()  
      void testSHA256WithRSACompressed()  
      void testSHA256WithRSAParserCompressed()  
      void testSHA256WithRSAParserEncryptedWithAES()  
      • Methods inherited from class junit.framework.TestCase

        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, countTestCases, createResult, fail, fail, failNotEquals, failNotSame, failSame, format, getName, run, run, runBare, runTest, setName, setUp, tearDown, toString
      • 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
        Throws:
        java.lang.Exception
      • testSHA256WithRSACompressed

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

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

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

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