org.bouncycastle.jce.provider.test

Class SEEDTest

Implemented Interfaces:
Test

public class SEEDTest
extends BaseBlockCipherTest

basic test class for SEED

Constructor Summary

SEEDTest()

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

SEEDTest

public SEEDTest()

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