Package org.bouncycastle.tsp.test
Class CMSTimeStampedDataTest
- java.lang.Object
-
- TestCase
-
- org.bouncycastle.tsp.test.CMSTimeStampedDataTest
-
public class CMSTimeStampedDataTest extends TestCase
-
-
Constructor Summary
Constructors Constructor Description CMSTimeStampedDataTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
setUp()
protected void
tearDown()
void
testGetTimeStampTokens()
void
testValidate()
void
testValidateAllTokens()
-
-
-
Method Detail
-
setUp
protected void setUp() throws java.lang.Exception
- Throws:
java.lang.Exception
-
tearDown
protected void tearDown() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testGetTimeStampTokens
public void testGetTimeStampTokens() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testValidateAllTokens
public void testValidateAllTokens() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testValidate
public void testValidate() throws java.lang.Exception
- Throws:
java.lang.Exception
-
-