org.bouncycastle.cms.test

Class EnvelopedDataTest


public class EnvelopedDataTest
extends TestCase

Constructor Summary

EnvelopedDataTest()

Method Summary

static void
main(args[] )
static Test
suite()
void
testAESKEK()
void
testDESKEK()
void
testECKeyAgree()
void
testErrorneousKEK()
void
testKeyTrans()
void
testKeyTrans128RC4()
void
testKeyTransAES128()
void
testKeyTransAES192()
void
testKeyTransAES256()
void
testKeyTransCAST5SunJCE()
void
testKeyTransODES()
void
testKeyTransRC4()
void
testKeyTransSmallAES()
void
testRC2KEK()

Constructor Details

EnvelopedDataTest

public EnvelopedDataTest()

Method Details

main

public static void main(args[] )

suite

public static Test suite()
            throws Exception

testAESKEK

public void testAESKEK()
            throws Exception

testDESKEK

public void testDESKEK()
            throws Exception

testECKeyAgree

public void testECKeyAgree()
            throws Exception

testErrorneousKEK

public void testErrorneousKEK()
            throws Exception

testKeyTrans

public void testKeyTrans()
            throws Exception

testKeyTrans128RC4

public void testKeyTrans128RC4()
            throws Exception

testKeyTransAES128

public void testKeyTransAES128()
            throws Exception

testKeyTransAES192

public void testKeyTransAES192()
            throws Exception

testKeyTransAES256

public void testKeyTransAES256()
            throws Exception

testKeyTransCAST5SunJCE

public void testKeyTransCAST5SunJCE()
            throws Exception

testKeyTransODES

public void testKeyTransODES()
            throws Exception

testKeyTransRC4

public void testKeyTransRC4()
            throws Exception

testKeyTransSmallAES

public void testKeyTransSmallAES()
            throws Exception

testRC2KEK

public void testRC2KEK()
            throws Exception