Package org.bouncycastle.eac.test
Class AllTests
- java.lang.Object
-
- TestCase
-
- org.bouncycastle.eac.test.AllTests
-
public class AllTests extends TestCase
-
-
Constructor Summary
Constructors Constructor Description AllTests()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static voidmain(java.lang.String[] args)voidsetUp()static Testsuite()voidtestGenerateEC()voidtestGenerateRSA()voidtestLoadCertificate()voidtestLoadCSR()voidtestLoadInvalidRequest()voidtestLoadRefCert()
-
-
-
Method Detail
-
setUp
public void setUp()
-
testLoadCertificate
public void testLoadCertificate() throws java.lang.Exception- Throws:
java.lang.Exception
-
testLoadInvalidRequest
public void testLoadInvalidRequest() throws java.lang.Exception- Throws:
java.lang.Exception
-
testLoadCSR
public void testLoadCSR() 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 Test suite() throws java.lang.Exception- Throws:
java.lang.Exception
-
-