Bouncy Castle Cryptography Library 1.45

org.bouncycastle.cms.test
Class AuthenticatedDataTest

java.lang.Object
  extended by TestCase
      extended by org.bouncycastle.cms.test.AuthenticatedDataTest

public class AuthenticatedDataTest
extends TestCase


Field Summary
 boolean DEBUG
           
 
Constructor Summary
AuthenticatedDataTest(java.lang.String name)
           
 
Method Summary
static void main(java.lang.String[] args)
           
 void setUp()
           
static Test suite()
           
 void testECKeyAgree()
           
 void testEncoding()
           
 void testKEKDESede()
           
 void testKeyTransDESede()
           
 void testPasswordAES256()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEBUG

public boolean DEBUG
Constructor Detail

AuthenticatedDataTest

public AuthenticatedDataTest(java.lang.String name)
Method Detail

setUp

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

main

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

suite

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

testKeyTransDESede

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

testKEKDESede

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

testPasswordAES256

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

testECKeyAgree

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

testEncoding

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

Bouncy Castle Cryptography Library 1.45