org.bouncycastle.jce.provider.test

Class CamelliaTest

Implemented Interfaces:
Test

public class CamelliaTest
extends BaseBlockCipherTest

basic test class for Camellia

Constructor Summary

CamelliaTest()

Method Summary

static void
main(String[] args)
void
performTest()
void
test(int strength, byte[] keyBytes, byte[] input, byte[] output)

Methods inherited from class org.bouncycastle.jce.provider.test.BaseBlockCipherTest

getName, oidTest, wrapOidTest, wrapTest

Methods inherited from class org.bouncycastle.util.test.SimpleTest

areEqual, fail, fail, fail, getName, perform, performTest, runTest, runTest

Constructor Details

CamelliaTest

public CamelliaTest()

Method Details

main

public static void main(String[] args)

performTest

public void performTest()
            throws Exception
Overrides:
performTest in interface SimpleTest

test

public void test(int strength,
                 byte[] keyBytes,
                 byte[] input,
                 byte[] output)
            throws Exception