Package org.bouncycastle.cert.cmp.test
Class AllTests
- java.lang.Object
-
- TestCase
-
- org.bouncycastle.cert.cmp.test.AllTests
-
public class AllTests extends TestCase
-
-
Constructor Summary
Constructors Constructor Description AllTests(java.lang.String name)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static void
main(java.lang.String[] args)
void
setUp()
static Test
suite()
void
tearDown()
void
testConfirmationMessage()
void
testMacProtectedMessage()
void
testNotBeforeNotAfter()
void
testProtectedMessage()
void
testSampleCr()
void
testServerSideKey()
void
testSubsequentMessage()
-
-
-
Method Detail
-
main
public static void main(java.lang.String[] args)
-
suite
public static Test suite()
-
setUp
public void setUp()
-
tearDown
public void tearDown()
-
testProtectedMessage
public void testProtectedMessage() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testMacProtectedMessage
public void testMacProtectedMessage() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testConfirmationMessage
public void testConfirmationMessage() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testSampleCr
public void testSampleCr() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testSubsequentMessage
public void testSubsequentMessage() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testServerSideKey
public void testServerSideKey() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testNotBeforeNotAfter
public void testNotBeforeNotAfter() throws java.lang.Exception
- Throws:
java.lang.Exception
-
-