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