Package org.bouncycastle.cms.test
Class NullProviderTest
- java.lang.Object
-
- TestCase
-
- org.bouncycastle.cms.test.NullProviderTest
-
public class NullProviderTest extends TestCase
-
-
Constructor Summary
Constructors Constructor Description NullProviderTest()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Test
suite()
void
testKeyTransAES128()
void
testKeyTransAES192()
void
testKeyTransAES256()
void
testKeyTransDES()
void
testSHA1WithRSAEncapsulated()
void
testSHA1WithRSAStream()
-
-
-
Method Detail
-
testSHA1WithRSAEncapsulated
public void testSHA1WithRSAEncapsulated() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testSHA1WithRSAStream
public void testSHA1WithRSAStream() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testKeyTransDES
public void testKeyTransDES() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testKeyTransAES128
public void testKeyTransAES128() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testKeyTransAES192
public void testKeyTransAES192() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testKeyTransAES256
public void testKeyTransAES256() throws java.lang.Exception
- Throws:
java.lang.Exception
-
suite
public static Test suite() throws java.lang.Exception
- Throws:
java.lang.Exception
-
-