Package org.bouncycastle.tsp.test
Class NewTSPTest
- java.lang.Object
-
- TestCase
-
- org.bouncycastle.tsp.test.NewTSPTest
-
public class NewTSPTest extends TestCase
-
-
Constructor Summary
Constructors Constructor Description NewTSPTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setUp()
void
testCertOrdering()
void
testGeneral()
void
testSM2withSM3()
-
-
-
Method Detail
-
setUp
public void setUp()
-
testGeneral
public void testGeneral() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testCertOrdering
public void testCertOrdering() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testSM2withSM3
public void testSM2withSM3() throws java.lang.Exception
- Throws:
java.lang.Exception
-
-