org.bouncycastle.cms.test

Class EnvelopedDataTest


public class EnvelopedDataTest
extends TestCase

Constructor Summary

EnvelopedDataTest()

Method Summary

static void
main(args[] )
static Test
suite()
void
testAES128KEK()
void
testAES192KEK()
void
testAES256KEK()
void
testCamellia128KEK()
void
testCamellia192KEK()
void
testCamellia256KEK()
void
testDESKEK()
void
testECKeyAgree()
void
testECKeyAgreeVectors()
void
testErrorneousKEK()
void
testKeyTrans()
void
testKeyTrans128RC4()
void
testKeyTransAES128()
void
testKeyTransAES192()
void
testKeyTransAES256()
void
testKeyTransCAST5()
void
testKeyTransCAST5SunJCE()
void
testKeyTransCamellia128()
void
testKeyTransCamellia192()
void
testKeyTransCamellia256()
void
testKeyTransODES()
void
testKeyTransRC4()
void
testKeyTransSEED()
void
testKeyTransSmallAES()
void
testOriginatorInfo()
void
testPasswordAES256()
void
testPasswordDESEDE()
void
testRC2128KEK()
void
testRFC4134ex5_1()
void
testRFC4134ex5_2()
void
testSEED128KEK()

Constructor Details

EnvelopedDataTest

public EnvelopedDataTest()

Method Details

main

public static void main(args[] )
            throws Exception

suite

public static Test suite()
            throws Exception

testAES128KEK

public void testAES128KEK()
            throws Exception

testAES192KEK

public void testAES192KEK()
            throws Exception

testAES256KEK

public void testAES256KEK()
            throws Exception

testCamellia128KEK

public void testCamellia128KEK()
            throws Exception

testCamellia192KEK

public void testCamellia192KEK()
            throws Exception

testCamellia256KEK

public void testCamellia256KEK()
            throws Exception

testDESKEK

public void testDESKEK()
            throws Exception

testECKeyAgree

public void testECKeyAgree()
            throws Exception

testECKeyAgreeVectors

public void testECKeyAgreeVectors()
            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

testKeyTransCAST5

public void testKeyTransCAST5()
            throws Exception

testKeyTransCAST5SunJCE

public void testKeyTransCAST5SunJCE()
            throws Exception

testKeyTransCamellia128

public void testKeyTransCamellia128()
            throws Exception

testKeyTransCamellia192

public void testKeyTransCamellia192()
            throws Exception

testKeyTransCamellia256

public void testKeyTransCamellia256()
            throws Exception

testKeyTransODES

public void testKeyTransODES()
            throws Exception

testKeyTransRC4

public void testKeyTransRC4()
            throws Exception

testKeyTransSEED

public void testKeyTransSEED()
            throws Exception

testKeyTransSmallAES

public void testKeyTransSmallAES()
            throws Exception

testOriginatorInfo

public void testOriginatorInfo()
            throws Exception

testPasswordAES256

public void testPasswordAES256()
            throws Exception

testPasswordDESEDE

public void testPasswordDESEDE()
            throws Exception

testRC2128KEK

public void testRC2128KEK()
            throws Exception

testRFC4134ex5_1

public void testRFC4134ex5_1()
            throws Exception

testRFC4134ex5_2

public void testRFC4134ex5_2()
            throws Exception

testSEED128KEK

public void testSEED128KEK()
            throws Exception