Package org.bouncycastle.cms.test
Class NewEnvelopedDataStreamTest
- java.lang.Object
-
- TestCase
-
- org.bouncycastle.cms.test.NewEnvelopedDataStreamTest
-
public class NewEnvelopedDataStreamTest extends TestCase
-
-
Constructor Summary
Constructors Constructor Description NewEnvelopedDataStreamTest()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()static Testsuite()voidtestAESKEK()voidtestECKeyAgree()voidtestKeyTransAES128()voidtestKeyTransAES128AndOriginatorInfo()voidtestKeyTransAES128Buffered()voidtestKeyTransAES128BufferedStream()voidtestKeyTransAES128Der()voidtestKeyTransAES128Throughput()voidtestKeyTransCAST5SunJCE()voidtestOriginatorInfo()voidtestTwoAESKEK()voidtestUnprotectedAttributes()voidtestWorkingData()
-
-
-
Method Detail
-
setUp
public void setUp() throws java.lang.Exception- Throws:
java.lang.Exception
-
testWorkingData
public void testWorkingData() throws java.lang.Exception- Throws:
java.lang.Exception
-
testUnprotectedAttributes
public void testUnprotectedAttributes() throws java.lang.Exception- Throws:
java.lang.Exception
-
testKeyTransAES128BufferedStream
public void testKeyTransAES128BufferedStream() throws java.lang.Exception- Throws:
java.lang.Exception
-
testKeyTransAES128Buffered
public void testKeyTransAES128Buffered() throws java.lang.Exception- Throws:
java.lang.Exception
-
testKeyTransAES128Der
public void testKeyTransAES128Der() throws java.lang.Exception- Throws:
java.lang.Exception
-
testKeyTransAES128Throughput
public void testKeyTransAES128Throughput() throws java.lang.Exception- Throws:
java.lang.Exception
-
testKeyTransAES128AndOriginatorInfo
public void testKeyTransAES128AndOriginatorInfo() throws java.lang.Exception- Throws:
java.lang.Exception
-
testKeyTransAES128
public void testKeyTransAES128() throws java.lang.Exception- Throws:
java.lang.Exception
-
testKeyTransCAST5SunJCE
public void testKeyTransCAST5SunJCE() throws java.lang.Exception- Throws:
java.lang.Exception
-
testAESKEK
public void testAESKEK() throws java.lang.Exception- Throws:
java.lang.Exception
-
testTwoAESKEK
public void testTwoAESKEK() throws java.lang.Exception- Throws:
java.lang.Exception
-
testECKeyAgree
public void testECKeyAgree() throws java.lang.Exception- Throws:
java.lang.Exception
-
testOriginatorInfo
public void testOriginatorInfo() throws java.lang.Exception- Throws:
java.lang.Exception
-
suite
public static Test suite() throws java.lang.Exception- Throws:
java.lang.Exception
-
-