org.bouncycastle.jce.provider.test

Class AESTest

Implemented Interfaces:
Test

public class AESTest
extends BaseBlockCipherTest

basic test class for the AES cipher vectors from FIPS-197

Constructor Summary

AESTest()

Method Summary

static void
main(String[] args)
void
performTest()

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

AESTest

public AESTest()

Method Details

main

public static void main(String[] args)

performTest

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