Class AESTest
- java.lang.Object
-
- org.bouncycastle.util.test.SimpleTest
-
- org.bouncycastle.jce.provider.test.BaseBlockCipherTest
-
- org.bouncycastle.jce.provider.test.AESTest
-
- All Implemented Interfaces:
Test
public class AESTest extends BaseBlockCipherTest
basic test class for the AES cipher vectors from FIPS-197
-
-
Constructor Summary
Constructors Constructor Description AESTest()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static voidmain(java.lang.String[] args)voidperformTest()-
Methods inherited from class org.bouncycastle.jce.provider.test.BaseBlockCipherTest
getName, oidTest, wrapOidTest, wrapTest, wrapTest
-
-
-
-
Method Detail
-
performTest
public void performTest() throws java.lang.Exception- Specified by:
performTestin classSimpleTest- Throws:
java.lang.Exception
-
main
public static void main(java.lang.String[] args)
-
-