Class CamelliaTest
- java.lang.Object
-
- org.bouncycastle.util.test.SimpleTest
-
- org.bouncycastle.jce.provider.test.BaseBlockCipherTest
-
- org.bouncycastle.jce.provider.test.CamelliaTest
-
- All Implemented Interfaces:
Test
public class CamelliaTest extends BaseBlockCipherTest
basic test class for Camellia
-
-
Constructor Summary
Constructors Constructor Description CamelliaTest()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static voidmain(java.lang.String[] args)voidperformTest()voidtest(int strength, byte[] keyBytes, byte[] input, byte[] output)-
Methods inherited from class org.bouncycastle.jce.provider.test.BaseBlockCipherTest
getName, oidTest, wrapOidTest, wrapTest, wrapTest
-
-
-
-
Method Detail
-
test
public void test(int strength, byte[] keyBytes, byte[] input, byte[] output) throws java.lang.Exception- Throws:
java.lang.Exception
-
performTest
public void performTest() throws java.lang.Exception- Specified by:
performTestin classSimpleTest- Throws:
java.lang.Exception
-
main
public static void main(java.lang.String[] args)
-
-