Bouncy Castle Cryptography 1.30

org.bouncycastle.cms.test
Class EnvelopedDataStreamTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.bouncycastle.cms.test.EnvelopedDataStreamTest
All Implemented Interfaces:
junit.framework.Test

public class EnvelopedDataStreamTest
extends junit.framework.TestCase


Constructor Summary
EnvelopedDataStreamTest()
           
 
Method Summary
static junit.framework.Test suite()
           
 void testAESKEK()
           
 void testKeyTransAES128()
           
 void testKeyTransAES128Buffered()
           
 void testKeyTransAES128BufferedStream()
           
 void testWorkingData()
           
 
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

EnvelopedDataStreamTest

public EnvelopedDataStreamTest()
Method Detail

testWorkingData

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

testKeyTransAES128BufferedStream

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

testKeyTransAES128Buffered

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

testKeyTransAES128

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

testAESKEK

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

suite

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

Bouncy Castle Cryptography 1.30