Class BlockCipherResetTest

  • All Implemented Interfaces:
    Test

    public class BlockCipherResetTest
    extends SimpleTest
    Test whether block ciphers implement reset contract on init, encrypt/decrypt and reset.
    • Constructor Detail

      • BlockCipherResetTest

        public BlockCipherResetTest()
    • Method Detail

      • 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)