Bouncy Castle Cryptography 1.11 API Specification: Class AESTest
Bouncy Castle Cryptography 1.11

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


Constructor Summary
AESTest()
           
 
Method Summary
 java.lang.String getName()
           
static void main(java.lang.String[] args)
           
 TestResult perform()
           
 TestResult test(int strength, byte[] keyBytes, byte[] input, byte[] output)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AESTest

public AESTest()
Method Detail

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)

Bouncy Castle Cryptography 1.11