Package org.bouncycastle.dvcs.test
Class DVCSParseTest
- java.lang.Object
-
- TestCase
-
- org.bouncycastle.dvcs.test.DVCSParseTest
-
public class DVCSParseTest extends TestCase
-
-
Constructor Summary
Constructors Constructor Description DVCSParseTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
testParseRequests()
void
testParseResponses()
-
-
-
Method Detail
-
testParseRequests
public void testParseRequests() throws java.io.IOException, DVCSException, CMSException
- Throws:
java.io.IOException
DVCSException
CMSException
-
testParseResponses
public void testParseResponses() throws java.io.IOException, DVCSException, CMSException
- Throws:
java.io.IOException
DVCSException
CMSException
-
-