Package org.bouncycastle.crypto.test
Class AESTest
- java.lang.Object
 - 
- org.bouncycastle.util.test.SimpleTest
 - 
- org.bouncycastle.crypto.test.CipherTest
 - 
- org.bouncycastle.crypto.test.AESTest
 
 
 
 
- 
- All Implemented Interfaces:
 Test
public class AESTest extends CipherTest
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 AESTest() 
- 
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetName()static voidmain(java.lang.String[] args)voidperformTest() 
 - 
 
- 
- 
Method Detail
- 
getName
public java.lang.String getName()
- Specified by:
 getNamein interfaceTest- Specified by:
 getNamein classCipherTest
 
- 
performTest
public void performTest() throws java.lang.Exception- Overrides:
 performTestin classCipherTest- Throws:
 java.lang.Exception
 
- 
main
public static void main(java.lang.String[] args)
 
 - 
 
 -