public class

NewSMIMESignedTest

extends TestCase
java.lang.Object
   ↳ TestCase
     ↳ org.bouncycastle.mail.smime.test.NewSMIMESignedTest

Summary

Public Constructors
NewSMIMESignedTest(String name)
Public Methods
static void main(String[] args)
void multipartMixedTest(MimeBodyPart part1, MimeBodyPart part2)
static Test suite()
void testBasicAS2()
void testBasicAS2Parser()
void testCertificateManagement()
void testEmbeddedMulti()
void testEmbeddedMultiParser()
void testExtraNlInPostamble()
void testGOST3411WithECGOST3410()
void testGOST3411WithGOST3410()
void testHeaders()
void testHeadersEncapsulated()
void testMD5WithRSA()
void testMD5WithRSAAddSignersSHA1()
void testMimeMultipart()
void testMimeMultipartBinaryParser()
void testMimeMultipartBinaryParserGetMimeContent()
void testMimeMultipartBinaryReader()
void testMultiAlternative()
void testMultiAlternativeParser()
void testMultipartBinaryBinary()
void testMultipartBinaryText()
void testMultipartTextBinary()
void testMultipartTextText()
void testQuotable()
void testQuotableParser()
void testRIPEMD160WithRSA()
void testSHA1WithRSA()
void testSHA1WithRSAAddSigners()
void testSHA1WithRSACanonicalization()
void testSHA1WithRSAEncapsulated()
void testSHA1WithRSAEncapsulatedParser()
void testSHA1WithRSAEncapsulatedParserAndFile()
void testSHA1WithRSAPSS()
void testSHA1withDSA()
void testSHA224WithRSA()
void testSHA224WithRSAPSS()
void testSHA224WithRSAParser()
void testSHA224WithRSAParserEncryptedWithDES()
void testSHA256WithRSA()
void testSHA256WithRSABinary()
void testSHA256WithRSABinaryWithParser()
void testSHA256WithRSAPSS()
void testSHA384WithRSA()
void testSHA384WithRSAPSS()
void testSHA512WithRSA()
void testSignAttachmentOnly()
void testWithAttributeCertificate()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public NewSMIMESignedTest (String name)

Public Methods

public static void main (String[] args)

public void multipartMixedTest (MimeBodyPart part1, MimeBodyPart part2)

Throws
Exception

public static Test suite ()

public void testBasicAS2 ()

Throws
Exception

public void testBasicAS2Parser ()

Throws
Exception

public void testCertificateManagement ()

Throws
Exception

public void testEmbeddedMulti ()

Throws
Exception

public void testEmbeddedMultiParser ()

Throws
Exception

public void testExtraNlInPostamble ()

Throws
Exception

public void testGOST3411WithECGOST3410 ()

Throws
Exception

public void testGOST3411WithGOST3410 ()

Throws
Exception

public void testHeaders ()

Throws
Exception

public void testHeadersEncapsulated ()

Throws
Exception

public void testMD5WithRSA ()

Throws
Exception

public void testMD5WithRSAAddSignersSHA1 ()

Throws
Exception

public void testMimeMultipart ()

Throws
Exception

public void testMimeMultipartBinaryParser ()

Throws
Exception

public void testMimeMultipartBinaryParserGetMimeContent ()

Throws
Exception

public void testMimeMultipartBinaryReader ()

Throws
Exception

public void testMultiAlternative ()

Throws
Exception

public void testMultiAlternativeParser ()

Throws
Exception

public void testMultipartBinaryBinary ()

Throws
Exception

public void testMultipartBinaryText ()

Throws
Exception

public void testMultipartTextBinary ()

Throws
Exception

public void testMultipartTextText ()

Throws
Exception

public void testQuotable ()

Throws
Exception

public void testQuotableParser ()

Throws
Exception

public void testRIPEMD160WithRSA ()

Throws
Exception

public void testSHA1WithRSA ()

Throws
Exception

public void testSHA1WithRSAAddSigners ()

Throws
Exception

public void testSHA1WithRSACanonicalization ()

Throws
Exception

public void testSHA1WithRSAEncapsulated ()

Throws
Exception

public void testSHA1WithRSAEncapsulatedParser ()

Throws
Exception

public void testSHA1WithRSAEncapsulatedParserAndFile ()

Throws
Exception

public void testSHA1WithRSAPSS ()

Throws
Exception

public void testSHA1withDSA ()

Throws
Exception

public void testSHA224WithRSA ()

Throws
Exception

public void testSHA224WithRSAPSS ()

Throws
Exception

public void testSHA224WithRSAParser ()

Throws
Exception

public void testSHA224WithRSAParserEncryptedWithDES ()

Throws
Exception

public void testSHA256WithRSA ()

Throws
Exception

public void testSHA256WithRSABinary ()

Throws
Exception

public void testSHA256WithRSABinaryWithParser ()

Throws
Exception

public void testSHA256WithRSAPSS ()

Throws
Exception

public void testSHA384WithRSA ()

Throws
Exception

public void testSHA384WithRSAPSS ()

Throws
Exception

public void testSHA512WithRSA ()

Throws
Exception

public void testSignAttachmentOnly ()

Throws
Exception

public void testWithAttributeCertificate ()

Throws
Exception