Bouncy Castle Cryptography Library 1.49

org.bouncycastle.eac.test
Class AllTests

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

public class AllTests
extends junit.framework.TestCase


Constructor Summary
AllTests()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 void setUp()
           
static junit.framework.Test suite()
           
 void testGenerateEC()
           
 void testGenerateRSA()
           
 void testLoadCertificate()
           
 void testLoadInvalidRequest()
           
 void testLoadRefCert()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, 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

AllTests

public AllTests()
Method Detail

setUp

public void setUp()
Overrides:
setUp in class junit.framework.TestCase

testLoadCertificate

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

testLoadInvalidRequest

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

testLoadRefCert

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

testGenerateEC

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

testGenerateRSA

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

main

public static void main(java.lang.String[] args)
                 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 Library 1.49