Bouncy Castle Cryptography 1.30

org.bouncycastle.cms.test
Class EnvelopedDataTest

java.lang.Object
  extended byjunit.framework.Assert
      extended byjunit.framework.TestCase
          extended byorg.bouncycastle.cms.test.EnvelopedDataTest
All Implemented Interfaces:
junit.framework.Test

public class EnvelopedDataTest
extends junit.framework.TestCase


Constructor Summary
EnvelopedDataTest()
           
 
Method Summary
static void main(java.lang.String[] args)
           
static junit.framework.Test suite()
           
 void testAESKEK()
           
 void testDESKEK()
           
 void testKeyTrans()
           
 void testKeyTrans128RC4()
           
 void testKeyTransAES128()
           
 void testKeyTransAES192()
           
 void testKeyTransAES256()
           
 void testKeyTransODES()
           
 void testKeyTransRC4()
           
 void testKeyTransSmallAES()
           
 void testRC2KEK()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, tearDown, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EnvelopedDataTest

public EnvelopedDataTest()
Method Detail

main

public static void main(java.lang.String[] args)

suite

public static junit.framework.Test suite()
                                  throws java.lang.Exception
Throws:
java.lang.Exception

testKeyTrans

public void testKeyTrans()
                  throws java.lang.Exception
Throws:
java.lang.Exception

testKeyTransAES128

public void testKeyTransAES128()
                        throws java.lang.Exception
Throws:
java.lang.Exception

testKeyTransAES192

public void testKeyTransAES192()
                        throws java.lang.Exception
Throws:
java.lang.Exception

testKeyTransAES256

public void testKeyTransAES256()
                        throws java.lang.Exception
Throws:
java.lang.Exception

testKeyTransRC4

public void testKeyTransRC4()
                     throws java.lang.Exception
Throws:
java.lang.Exception

testKeyTrans128RC4

public void testKeyTrans128RC4()
                        throws java.lang.Exception
Throws:
java.lang.Exception

testKeyTransODES

public void testKeyTransODES()
                      throws java.lang.Exception
Throws:
java.lang.Exception

testKeyTransSmallAES

public void testKeyTransSmallAES()
                          throws java.lang.Exception
Throws:
java.lang.Exception

testDESKEK

public void testDESKEK()
                throws java.lang.Exception
Throws:
java.lang.Exception

testAESKEK

public void testAESKEK()
                throws java.lang.Exception
Throws:
java.lang.Exception

testRC2KEK

public void testRC2KEK()
                throws java.lang.Exception
Throws:
java.lang.Exception

Bouncy Castle Cryptography 1.30