Package org.bouncycastle.cms.test
Class ConverterTest
- java.lang.Object
-
- TestCase
-
- org.bouncycastle.cms.test.ConverterTest
-
public class ConverterTest extends TestCase
-
-
Constructor Summary
Constructors Constructor Description ConverterTest()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Test
suite()
void
testRecipientIdConversion()
void
testSignerIdConversion()
-
-
-
Method Detail
-
testSignerIdConversion
public void testSignerIdConversion() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testRecipientIdConversion
public void testRecipientIdConversion() throws java.lang.Exception
- Throws:
java.lang.Exception
-
suite
public static Test suite() throws java.lang.Exception
- Throws:
java.lang.Exception
-
-