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/
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AESVectorFileTest
public AESVectorFileTest()
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)