Package org.bouncycastle.pkcs.test
Class PKCS10Test
- java.lang.Object
-
- TestCase
-
- org.bouncycastle.pkcs.test.PKCS10Test
-
public class PKCS10Test extends TestCase
-
-
Constructor Summary
Constructors Constructor Description PKCS10Test()
-
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
testLeaveOffEmpty()
void
testRequest()
-
-
-
Method Detail
-
setUp
public void setUp()
-
testLeaveOffEmpty
public void testLeaveOffEmpty() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testRequest
public void testRequest() throws java.lang.Exception
- Throws:
java.lang.Exception
-
main
public static void main(java.lang.String[] args)
-
suite
public static Test suite()
-
-