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 BlockCipher
createNewEngineForTest()
java.lang.String
getName()
static void
main(java.lang.String[] args)
TestResult
perform()
-
-
-
Method Detail
-
createNewEngineForTest
protected BlockCipher createNewEngineForTest()
-
perform
public TestResult perform()
-
main
public static void main(java.lang.String[] args)
-
-