org.bouncycastle.jce.provider.test.rsa3
Class RSA3CertTest

java.lang.Object
  extended by TestCase
      extended by org.bouncycastle.jce.provider.test.rsa3.RSA3CertTest

public class RSA3CertTest
extends TestCase

Marius Schilder's Bleichenbacher's Forgery Attack Tests


Constructor Summary
RSA3CertTest()
           
 
Method Summary
private  void doTest(java.lang.String certName)
           
private  java.security.cert.X509Certificate loadCert(java.lang.String certName)
           
static void main(java.lang.String[] args)
           
 void setUp()
           
static Test suite()
           
 void testA()
           
 void testB()
           
 void testC()
           
 void testD()
           
 void testE()
           
 void testF()
           
 void testG()
           
 void testH()
           
 void testI()
           
 void testJ()
           
 void testL()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RSA3CertTest

public RSA3CertTest()
Method Detail

setUp

public void setUp()

testA

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

testB

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

testC

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

testD

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

testE

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

testF

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

testG

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

testH

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

testI

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

testJ

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

testL

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

doTest

private void doTest(java.lang.String certName)
             throws java.lang.Exception
Throws:
java.lang.Exception

loadCert

private java.security.cert.X509Certificate loadCert(java.lang.String certName)
                                             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 Test suite()
                  throws java.lang.Exception
Throws:
java.lang.Exception