Bouncy Castle Cryptography Library 1.37

org.bouncycastle.crypto.test
Class AESVectorFileTest

java.lang.Object
  extended by org.bouncycastle.crypto.test.AESVectorFileTest
All 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/


Constructor Summary
AESVectorFileTest()
           
 
Method Summary
protected  BlockCipher createNewEngineForTest()
           
 java.lang.String getName()
           
static void main(java.lang.String[] args)
           
 TestResult perform()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AESVectorFileTest

public AESVectorFileTest()
Method Detail

createNewEngineForTest

protected BlockCipher createNewEngineForTest()

getName

public java.lang.String getName()
Specified by:
getName in interface Test

perform

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

main

public static void main(java.lang.String[] args)

Bouncy Castle Cryptography Library 1.37