Class CamelliaTest

  • All Implemented Interfaces:
    Test

    public class CamelliaTest
    extends BaseBlockCipherTest
    basic test class for Camellia
    • Constructor Detail

      • CamelliaTest

        public CamelliaTest()
    • Method Detail

      • test

        public void test​(int strength,
                         byte[] keyBytes,
                         byte[] input,
                         byte[] output)
                  throws java.lang.Exception
        Throws:
        java.lang.Exception
      • performTest

        public void performTest()
                         throws java.lang.Exception
        Specified by:
        performTest in class SimpleTest
        Throws:
        java.lang.Exception
      • main

        public static void main​(java.lang.String[] args)