org.bouncycastle.mail.smime.test

Class SMIMEEnvelopedTest


public class SMIMEEnvelopedTest
extends TestCase

Field Summary

boolean
DEBUG

Constructor Summary

SMIMEEnvelopedTest(String name)

Method Summary

void
log(Exception _ex)
void
log(String _msg)
static void
main(args[] )
void
setUp()
static Test
suite()
void
tearDown()
void
testCASTEncrypted()
void
testCapEncrypt()
void
testDESEDE3Encrypted()
void
testIDEAEncrypted()
void
testRC2Encrypted()
void
testSubKeyId()

Field Details

DEBUG

public boolean DEBUG

Constructor Details

SMIMEEnvelopedTest

public SMIMEEnvelopedTest(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()


testCASTEncrypted

public void testCASTEncrypted()


testCapEncrypt

public void testCapEncrypt()


testDESEDE3Encrypted

public void testDESEDE3Encrypted()


testIDEAEncrypted

public void testIDEAEncrypted()


testRC2Encrypted

public void testRC2Encrypted()


testSubKeyId

public void testSubKeyId()