org.bouncycastle.crypto.test

Class AESVectorFileTest

Implemented Interfaces:
Test

public class AESVectorFileTest
extends java.lang.Object
implements Test

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

Method Summary

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

Method Details

createNewEngineForTest

protected BlockCipher createNewEngineForTest()


getName

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


main

public static void main(String[] args)


perform

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