Class AESVectorFileTest

java.lang.Object
org.bouncycastle.crypto.test.AESVectorFileTest
All Implemented Interfaces:
Test

public class AESVectorFileTest extends Object implements Test
Test vectors from the NIST standard tests and Brian Gladman's vector set https://fp.gladman.plus.com/cryptography_technology/rijndael/
  • Constructor Details

    • AESVectorFileTest

      public AESVectorFileTest()
  • Method Details

    • createNewEngineForTest

      protected BlockCipher createNewEngineForTest()
    • getName

      public String getName()
      Specified by:
      getName in interface Test
    • perform

      public TestResult perform()
      Specified by:
      perform in interface Test
    • main

      public static void main(String[] args)