Class BlockCipherVectorTest

  • All Implemented Interfaces:
    Test

    public class BlockCipherVectorTest
    extends SimpleTest
    a basic test that takes a cipher, key parameter, and an input and output string. This test wraps the engine in a buffered block cipher with padding disabled.
    • Constructor Detail

      • BlockCipherVectorTest

        public BlockCipherVectorTest​(int id,
                                     BlockCipher engine,
                                     CipherParameters param,
                                     java.lang.String input,
                                     java.lang.String output)
    • Method Detail

      • performTest

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