Package 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
Constructors Constructor Description SMIMEMiscTest(java.lang.String name)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static voidmain(java.lang.String[] args)voidtestBrokenEnvelope()voidtestQuotePrintableSigPreservation()voidtestSHA256WithRSACompressed()voidtestSHA256WithRSAParserCompressed()voidtestSHA256WithRSAParserEncryptedWithAES()-
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
-
-
-
-
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
-
-