org.bouncycastle.crypto.test

Class AESTest

Implemented Interfaces:
Test

public class AESTest
extends CipherTest

Test vectors from the NIST standard tests and Brian Gladman's vector set http://fp.gladman.plus.com/cryptography_technology/rijndael/

Method Summary

String
getName()
static void
main(String[] args)
TestResult
perform()

Methods inherited from class org.bouncycastle.crypto.test.CipherTest

getName, perform

Method Details

getName

public String getName()
Specified by:
getName in interface Test
Overrides:
getName in interface CipherTest


main

public static void main(String[] args)


perform

public TestResult perform()
Specified by:
perform in interface Test
Overrides:
perform in interface CipherTest