Package org.bouncycastle.mail.smime.test
Class SMIMEMiscTest
- java.lang.Object
-
- TestCase
-
- org.bouncycastle.mail.smime.test.SMIMEMiscTest
-
public class SMIMEMiscTest extends 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()
-
-
-
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
-
-