Package org.bouncycastle.cms.test
Class NewAuthenticatedDataTest
- java.lang.Object
-
- TestCase
-
- org.bouncycastle.cms.test.NewAuthenticatedDataTest
-
public class NewAuthenticatedDataTest extends TestCase
-
-
Field Summary
Fields Modifier and Type Field Description boolean
DEBUG
-
Constructor Summary
Constructors Constructor Description NewAuthenticatedDataTest(java.lang.String name)
-
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
testAES256CCM()
void
testCMSAlgorithmProtection()
void
testECKeyAgree()
void
testEncoding()
void
testKEKDESede()
void
testKEKDESedeWithDigest()
void
testKeyTransDESede()
void
testKeyTransDESedeWithDigest()
void
testKeyTransRC2()
void
testOriginatorInfo()
void
testPasswordAES256()
-
-
-
Method Detail
-
setUp
public void setUp() throws java.lang.Exception
- Throws:
java.lang.Exception
-
main
public static void main(java.lang.String[] args)
-
suite
public static Test suite() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testKeyTransDESede
public void testKeyTransDESede() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testKeyTransDESedeWithDigest
public void testKeyTransDESedeWithDigest() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testKeyTransRC2
public void testKeyTransRC2() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testKEKDESede
public void testKEKDESede() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testKEKDESedeWithDigest
public void testKEKDESedeWithDigest() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testPasswordAES256
public void testPasswordAES256() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testECKeyAgree
public void testECKeyAgree() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testEncoding
public void testEncoding() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testOriginatorInfo
public void testOriginatorInfo() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testAES256CCM
public void testAES256CCM() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testCMSAlgorithmProtection
public void testCMSAlgorithmProtection() throws java.lang.Exception
- Throws:
java.lang.Exception
-
-