![](http://www.gnu-darwin.org/hexley-gd-sm.png)
|
Bouncy Castle Cryptography 1.11 API Specification: Class AESTest
org.bouncycastle.jce.provider.test
Class AESTest
java.lang.Object
|
+--org.bouncycastle.jce.provider.test.AESTest
- All Implemented Interfaces:
- Test
- public class AESTest
- extends java.lang.Object
- implements Test
basic test class for the AES cipher vectors from FIPS-197
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AESTest
public AESTest()
getName
public java.lang.String getName()
- Specified by:
getName in interface Test
test
public TestResult test(int strength,
byte[] keyBytes,
byte[] input,
byte[] output)
perform
public TestResult perform()
- Specified by:
perform in interface Test
main
public static void main(java.lang.String[] args)
|