org.bouncycastle.mail.smime.test

Class SMIMESignedTest


public class SMIMESignedTest
extends TestCase

Constructor Summary

SMIMESignedTest(String name)

Method Summary

void
log(Exception _ex)
void
log(String _msg)
static void
main(args[] )
void
setUp()
static Test
suite()
void
tearDown()
void
testCertificateManagement()
void
testMD5WithRSA()
void
testSHA1WithRSA()
void
testSHA1WithRSAEncapsulated()
void
testSHA1withDSA()
void
testSHA224WithRSA()
void
testSHA256WithRSABinary()

Constructor Details

SMIMESignedTest

public SMIMESignedTest(String name)

Method Details

log

public void log(Exception _ex)


log

public void log(String _msg)


main

public static void main(args[] )


setUp

public void setUp()


suite

public static Test suite()


tearDown

public void tearDown()


testCertificateManagement

public void testCertificateManagement()


testMD5WithRSA

public void testMD5WithRSA()


testSHA1WithRSA

public void testSHA1WithRSA()


testSHA1WithRSAEncapsulated

public void testSHA1WithRSAEncapsulated()


testSHA1withDSA

public void testSHA1withDSA()


testSHA224WithRSA

public void testSHA224WithRSA()


testSHA256WithRSABinary

public void testSHA256WithRSABinary()