public class AllTests
extends TestCase
| Constructor | Description |
|---|---|
AllTests() |
| Modifier and Type | Method | Description |
|---|---|---|
static void |
main(java.lang.String[] args) |
|
void |
setUp() |
|
static Test |
suite() |
|
void |
testGenerateEC() |
|
void |
testGenerateRSA() |
|
void |
testLoadCertificate() |
|
void |
testLoadCSR() |
|
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 testLoadCSR()
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