Package org.bouncycastle.est.test
Class ESTParsingTest
- java.lang.Object
-
- TestCase
-
- org.bouncycastle.est.test.ESTParsingTest
-
public class ESTParsingTest extends TestCase
-
-
Constructor Summary
Constructors Constructor Description ESTParsingTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
testParsingCacertsResponse()
void
testParsingCsrattrs1()
void
testParsingCsrattrs2()
void
testParsingSimpleEnrolRequest()
void
testParsingSimpleEnrolResponse()
-
-
-
Method Detail
-
testParsingCacertsResponse
public void testParsingCacertsResponse() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testParsingCsrattrs1
public void testParsingCsrattrs1() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testParsingCsrattrs2
public void testParsingCsrattrs2() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testParsingSimpleEnrolRequest
public void testParsingSimpleEnrolRequest() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testParsingSimpleEnrolResponse
public void testParsingSimpleEnrolResponse() throws java.lang.Exception
- Throws:
java.lang.Exception
-
-