Package org.bouncycastle.crypto.test
Class AESVectorFileTest
- java.lang.Object
 - 
- 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
Constructors Constructor Description AESVectorFileTest() 
- 
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected BlockCiphercreateNewEngineForTest()java.lang.StringgetName()static voidmain(java.lang.String[] args)TestResultperform() 
 - 
 
- 
- 
Method Detail
- 
createNewEngineForTest
protected BlockCipher createNewEngineForTest()
 
- 
perform
public TestResult perform()
 
- 
main
public static void main(java.lang.String[] args)
 
 - 
 
 -