public class AllTests
extends TestCase
| Constructor and Description |
|---|
AllTests() |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(java.lang.String[] args) |
void |
setUp() |
static Test |
suite() |
void |
testGenerateEC() |
void |
testGenerateRSA() |
void |
testLoadCertificate() |
void |
testLoadInvalidRequest() |
void |
testLoadRefCert() |
public void setUp()
public void testLoadCertificate()
throws java.lang.Exception
java.lang.Exceptionpublic void testLoadInvalidRequest()
throws java.lang.Exception
java.lang.Exceptionpublic void testLoadRefCert()
throws java.lang.Exception
java.lang.Exceptionpublic void testGenerateEC()
throws java.lang.Exception
java.lang.Exceptionpublic void testGenerateRSA()
throws java.lang.Exception
java.lang.Exceptionpublic static void main(java.lang.String[] args)
throws java.lang.Exception
java.lang.Exceptionpublic static Test suite()
throws java.lang.Exception
java.lang.Exception