org.bouncycastle.jce.provider.test

Class NoekeonTest

Implemented Interfaces:
Test

public class NoekeonTest
extends BaseBlockCipherTest

basic test class for SEED

Constructor Summary

NoekeonTest()

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

NoekeonTest

public NoekeonTest()

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